Trait majordome::AppModPointer

source ·
pub trait AppModPointer {
    type Target: Any + Send + Sync + Clone + AppModRuntime + AppMod;

    // Provided method
    fn opt(
        _builder: &mut AppModBuilder
    ) -> AppModInitOptions<<<Self as AppModPointer>::Target as AppMod>::InitOptions> { ... }
}

Required Associated Types§

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§