Static re_data_loader::BUILTIN_LOADERS
source · pub(crate) static BUILTIN_LOADERS: Lazy<Vec<Arc<dyn DataLoader>>>
Expand description
Keeps track of all builtin DataLoader
s.
Lazy initialized the first time a file is opened.
pub(crate) static BUILTIN_LOADERS: Lazy<Vec<Arc<dyn DataLoader>>>
Keeps track of all builtin DataLoader
s.
Lazy initialized the first time a file is opened.