Trait gobject_subclass::anyimpl::AnyImpl [−][src]
pub trait AnyImpl: Any { fn get_type_id(&self) -> TypeId; }
Required Methods
fn get_type_id(&self) -> TypeId
Implementors
impl<T: Any> AnyImpl for T