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§
type Service: ServiceTrait
Provided Methods§
Object Safety§
This trait is not object safe.