[][src]Trait static_context::Context

pub trait Context: Sized {
    fn add<Unit>(self, unit: Unit) -> NestedContext<Unit, Self>;
}

Required methods

fn add<Unit>(self, unit: Unit) -> NestedContext<Unit, Self>

Loading content...

Implementors

impl<T> Context for T[src]

Loading content...