Struct tokio_interceptor::EventDispatcher[][src]

pub struct EventDispatcher<E> { /* fields omitted */ }

Methods

impl<E: 'static> EventDispatcher<E>
[src]

Auto Trait Implementations

impl<E> !Send for EventDispatcher<E>

impl<E> !Sync for EventDispatcher<E>