[][src]Type Definition roa_core::DynHandler

type DynHandler<M, R = ()> = dyn Sync + Send + Fn(Context<M>) -> StatusFuture<R> + 'static;