Struct tokio_interceptor::InterceptorQueue[][src]

pub struct InterceptorQueue<E>(_);

Methods

impl<E> InterceptorQueue<E>
[src]

Trait Implementations

impl<E> FromIterator<Rc<Box<Interceptor<Error = E>>>> for InterceptorQueue<E>
[src]

Creates a value from an iterator. Read more

impl<E> Extend<Box<Interceptor<Error = E>>> for InterceptorQueue<E>
[src]

Extends a collection with the contents of an iterator. Read more

Auto Trait Implementations

impl<E> !Send for InterceptorQueue<E>

impl<E> !Sync for InterceptorQueue<E>