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