pub type AsyncMutFuture<T> = AsyncBorrowFutureImpl<T, Exclusive>;
pub struct AsyncMutFuture<T> { /* private fields */ }