[][src]Trait aravis::GcCategoryExt

pub trait GcCategoryExt: 'static {
    fn get_features(&self) -> Vec<GString>;
}

Required methods

fn get_features(&self) -> Vec<GString>

Loading content...

Implementors

impl<O: IsA<GcCategory>> GcCategoryExt for O[src]

Loading content...