SkfApp

Trait SkfApp 

Source
pub trait SkfApp:
    AppSecurity
    + FileManager
    + ContainerManager {
    // Required method
    fn name(&self) -> &str;
}
Expand description

Represents an Application instance

§Close

Application instance is closed when Drop

Required Methods§

Source

fn name(&self) -> &str

The name when it is opened

Implementors§