Trait gst_plugin::anyimpl::AnyImpl [] [src]

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

Required Methods

Implementors