pub trait SingletonInit {
    type Init;

    fn init(init: &Self::Init) -> Self;
}

Required Associated Types§

Required Methods§

Implementors§