Trait ferrite_session::base::ContextLens[][src]

pub trait ContextLens<C, A1, A2>: ContextLens<C, A1, A2> where
    C: Context,
    A1: Slot,
    A2: Slot
{ }

Implementors

impl<N, C, A1, A2> ContextLens<C, A1, A2> for N where
    C: Context,
    A1: Slot,
    A2: Slot,
    N: ContextLens<C, A1, A2>, 
[src]

Loading content...