pub trait Singleton: SingletonInit {
    fn get_instance(init: &Self::Init) -> &'static Self;
}

Required Methods§

Implementors§