Static re_data_loader::BUILTIN_LOADERS

source ·
pub(crate) static BUILTIN_LOADERS: Lazy<Vec<Arc<dyn DataLoader>>>
Expand description

Keeps track of all builtin DataLoaders.

Lazy initialized the first time a file is opened.