pub type OnProcessFuture = BoxFuture<'static, Result<(), BoxError>>;
pub struct OnProcessFuture { /* private fields */ }