Skip to main content

CreationEvent

Trait CreationEvent 

Source
pub trait CreationEvent: UserEvent {
    // Required method
    fn creation_resolved(
        event: CreationResolved<<Self::Addr as Address>::Nonce>,
    ) -> Option<Self>;
}

Required Methods§

Source

fn creation_resolved( event: CreationResolved<<Self::Addr as Address>::Nonce>, ) -> Option<Self>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§