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