Trait gobject_subclass::anyimpl::AnyImpl[][src]

pub trait AnyImpl: Any {
    fn get_type_id(&self) -> TypeId;
}

Required Methods

Implementors