pub trait ObjectSubclassIsExt: ObjectSubclassIs {
fn imp(&self) -> &Self::Subclass;
}
Expand description
Trait implemented by any type implementing ObjectSubclassIs
to return the implementation, private Rust struct.
pub trait ObjectSubclassIsExt: ObjectSubclassIs {
fn imp(&self) -> &Self::Subclass;
}
Trait implemented by any type implementing ObjectSubclassIs
to return the implementation, private Rust struct.