use crateDocument;
use async_trait;
use Arc;
use Receiver;
/// Module for built-in loader implementations.
///
/// Provides pre-defined loader implementations that can be used
/// for common resource loading.
pub type LoaderInstance = ;
/// A trait for resource loaders.
///
/// Defines the interface for loaders.
/// Implementations of this trait are responsible for loading resources and publishing
/// them to a broadcast channel.