Feature

Trait Feature 

Source
pub trait Feature {
    // Required method
    fn into_feature(self) -> FeatureRaw;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl Feature for i8

Source§

impl Feature for u8

Source§

impl Feature for u16

Implementors§