Trait bins::HasFeatures [] [src]

pub trait HasFeatures {
    fn features(&self) -> Vec<BinFeature>;
}

Required Methods

Implementors