re_data_loader

Static 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.