pub trait RegisterInstance<I, T>where
    I: ?Sized,
    T: Object + 'static + Send + Sync,{
    // Provided method
    fn register_instance(registry: Registry) -> Registry { ... }
}

Provided Methods§

Implementors§