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