Trait ofx::CanGetGrouping

source ·
pub trait CanGetGrouping: Readable {
    fn get_grouping(&self) -> Result<<Grouping as Get>::ReturnType> { ... }
}

Provided Methods

Implementors