Trait ncursesw::gen::ColorPairType[][src]

pub trait ColorPairType<T>: ColorPairGeneric<T> where
    T: ColorAttributeTypes
{ fn number(&self) -> T; }

Required methods

Implementors