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