Struct ate::loader::CompositionLoader [−][src]
Fields
loaders: Vec<Box<dyn Loader>>Trait Implementations
Returns the “default value” for a type. Read more
Function invoked when the start of the history is being loaded
Human message sent from the server to this process
Events are being processed
Load data is being processed
The last event is now received
fn failed<'life0, 'async_trait>(
&'life0 mut self,
err: ChainCreationError
) -> Pin<Box<dyn Future<Output = Option<ChainCreationError>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,
fn failed<'life0, 'async_trait>(
&'life0 mut self,
err: ChainCreationError
) -> Pin<Box<dyn Future<Output = Option<ChainCreationError>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,
Callback when the load has failed
Auto Trait Implementations
impl !RefUnwindSafe for CompositionLoader
impl Send for CompositionLoader
impl Sync for CompositionLoader
impl Unpin for CompositionLoader
impl !UnwindSafe for CompositionLoader
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
