ChildProxyImplStatic

Trait ChildProxyImplStatic 

Source
pub trait ChildProxyImplStatic<T: ObjectType>:
    Send
    + Sync
    + 'static {
    // Required method
    fn get_impl<'a>(&self, imp: &'a T::ImplType) -> &'a dyn ChildProxyImpl;
}

Required Methods§

Source

fn get_impl<'a>(&self, imp: &'a T::ImplType) -> &'a dyn ChildProxyImpl

Implementors§