pub type OnProcessFuture = BoxFuture<'static, Result<(), BoxError>>;

Aliased Type§

struct OnProcessFuture { /* private fields */ }