pub type SendFuture = Pin<Box<dyn Future<Output = Result<(), String>>>>;
pub struct SendFuture { /* private fields */ }