pub unsafe trait MetaAPI: Sync + Send + Sized {
type GstType;
// Required method
fn meta_api() -> Type;
}
Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.
pub unsafe trait MetaAPI: Sync + Send + Sized {
type GstType;
// Required method
fn meta_api() -> Type;
}