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