[][src]Trait guion::backend::Backend

pub trait Backend<E>: Sized + 'static where
    E: Env<Backend = Self>, 
{ type Renderer: Render<E>; type Event: Event<E>; type Style: Style<E>; type Size: ISize; }

Type compound

Associated Types

type Renderer: Render<E>

type Event: Event<E>

type Style: Style<E>

type Size: ISize

Loading content...

Implementors

Loading content...