pub type BoxFuture<'a> = Pin<Box<dyn Future<Output = Option<(bool, Value)>> + Send + 'a>>;
pub struct BoxFuture<'a> { /* private fields */ }