Software

Type Alias Software 

Source
pub type Software = TextAttribute;

Aliased Type§

pub struct Software {
    pub attr: AttrType,
    pub text: String,
}

Fields§

§attr: AttrType§text: String