[][src]Trait static_context::ContextParent

pub trait ContextParent: Sized {
    fn add<Next>(self, next: Next) -> ContextStack<Next, Self>;
fn seal(self) -> Context<Self>; }

Required methods

fn add<Next>(self, next: Next) -> ContextStack<Next, Self>

fn seal(self) -> Context<Self>

Loading content...

Implementations on Foreign Types

impl ContextParent for ()[src]

Loading content...

Implementors

impl<H, T> ContextParent for ContextStack<H, T>[src]

Loading content...