pub type BoxFuture<'a, T> = Pin<Box<dyn Future<Output = T> + Send + 'a>>;
Result type for hook functions
pub struct BoxFuture<'a, T> { /* private fields */ }