[][src]Trait guion::env::Env

pub trait Env: Sized + Clone + PartialEq + Send + Sync + 'static {
    type Backend: Backend<Self>;
    type Context: Context<Self>;
    type Storage: Widgets<Self>;
    type WidgetID: WidgetID;
    type WidgetPath: WidgetPath<Self>;
    type ValidState: ValidState;
}

Type compound

Associated Types

type Backend: Backend<Self>

type Context: Context<Self>

type Storage: Widgets<Self>

type WidgetID: WidgetID

type WidgetPath: WidgetPath<Self>

type ValidState: ValidState

Loading content...

Implementors

Loading content...