pub trait Application: AsApplication<AppEvent<WindowCommand>> {
// Required methods
fn cushy(&self) -> &Cushy;
fn as_app(&self) -> App;
}
Expand description
A type that is a Cushy application.
pub trait Application: AsApplication<AppEvent<WindowCommand>> {
// Required methods
fn cushy(&self) -> &Cushy;
fn as_app(&self) -> App;
}
A type that is a Cushy application.