ChannelHandler_

Trait ChannelHandler_ 

Source
pub trait ChannelHandler_<T, E>:
    Send
    + Sync
    + Debug
where E: Error,
{ // Required method fn call<'a>( &'a self, join_point: ProceedingJoinPoint<T, E>, ) -> BoxFuture<'a, Result<T, E>>; }

Required Methods§

Source

fn call<'a>( &'a self, join_point: ProceedingJoinPoint<T, E>, ) -> BoxFuture<'a, Result<T, E>>

Implementors§