[][src]Type Definition eve_rs::NextHandler

type NextHandler<TContext> = Box<dyn Fn(TContext) -> Pin<Box<dyn Future<Output = Result<TContext, Error<TContext>>> + Send>> + Send + Sync>;