[][src]Struct static_context::Context

pub struct Context<Stack>(_);

Implementations

impl Context<()>[src]

pub fn root()[src]

impl<Stack> Context<Stack>[src]

pub fn stack(&self) -> &Stack[src]

Trait Implementations

impl<Stack, Unit, Proof> Has<Unit, Proof> for Context<Stack> where
    Stack: Has<Unit, Proof>, 
[src]

Auto Trait Implementations

impl<Stack> RefUnwindSafe for Context<Stack> where
    Stack: RefUnwindSafe

impl<Stack> Send for Context<Stack> where
    Stack: Send

impl<Stack> Sync for Context<Stack> where
    Stack: Sync

impl<Stack> Unpin for Context<Stack> where
    Stack: Unpin

impl<Stack> UnwindSafe for Context<Stack> where
    Stack: UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.