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