Trait ayun_core::traits::ApplicationTrait

source ·
pub trait ApplicationTrait: Sync + Send {
    type Service: ServiceTrait;

    // Provided methods
    fn register(container: Container) -> Result<Container> { ... }
    fn boot() { ... }
}

Required Associated Types§

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§