pub trait AttributesType<T>where
T: ColorAttributeTypes,{
// Required methods
fn screen(&self) -> Option<SCREEN>;
fn as_attr_t(&self) -> attr_t;
}Expand description
Attributes.
pub trait AttributesType<T>where
T: ColorAttributeTypes,{
// Required methods
fn screen(&self) -> Option<SCREEN>;
fn as_attr_t(&self) -> attr_t;
}Attributes.