Struct sta::appinfo::AppInfo [] [src]

pub struct AppInfo {
    pub name: &'static str,
    pub author: &'static str,
}

Fields

Trait Implementations

Auto Trait Implementations

impl Send for AppInfo

impl Sync for AppInfo