Struct tokio_interceptor::Context[][src]

pub struct Context<E> {
    pub coeffects: AnyMap,
    pub effects: Vec<Box<Effect>>,
    pub queue: InterceptorQueue<E>,
    pub stack: Vec<Rc<Box<Interceptor<Error = E>>>>,
}

Fields

Methods

impl<E> Context<E>
[src]

Auto Trait Implementations

impl<E> !Send for Context<E>

impl<E> !Sync for Context<E>