Struct conduit_hyper::BlockingHandler [−][src]
pub struct BlockingHandler<H: Handler> { /* fields omitted */ }Implementations
Trait Implementations
Auto Trait Implementations
impl<H> RefUnwindSafe for BlockingHandler<H> where
H: RefUnwindSafe,
impl<H> Send for BlockingHandler<H>
impl<H> Sync for BlockingHandler<H>
impl<H> Unpin for BlockingHandler<H>
impl<H> UnwindSafe for BlockingHandler<H> where
H: RefUnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more