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

Color pair.

Required methods

Implementors