Type Alias OnProcessFuture

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

Aliased Typeยง

pub struct OnProcessFuture { /* private fields */ }