Trait gstreamer::prelude::PluginFeatureExtManual[][src]

pub trait PluginFeatureExtManual: Sized + 'static {
    fn rank(&self) -> Rank;
fn set_rank(&self, rank: Rank);
fn load(&self) -> Result<Self, BoolError>; }

Required methods

Implementors