pub trait BaseApplication: BaseObject + Versionable {
    fn namespace(&self) -> String;

    fn application(&self) -> &Self { ... }
}

Required Methods§

Provided Methods§

Implementors§