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