fn init(initialized: &mut HashMap<TypeId, Box<dyn Any>>) -> Self
fn self_def() -> TypeInitDef
fn deps_list() -> &'static [TypeInitDef]
fn deep_deps_list(t: &mut Vec<TypeInitDef>, call_depth: u32)
impl<T: 'static + Default> Init for T
[src]fn init(_: &mut HashMap<TypeId, Box<dyn Any>>) -> Self
[src]fn self_def() -> TypeInitDef
[src]fn deps_list() -> &'static [TypeInitDef]
[src]fn deep_deps_list(_t: &mut Vec<TypeInitDef>, _call_depth: u32)
[src]