pub struct AsyncDropInPlace<T>(/* private fields */)
where
T: ?Sized;
🔬This is a nightly-only experimental API. (
async_drop
)Expand description
A future returned by the async_drop_in_place
.
pub struct AsyncDropInPlace<T>(/* private fields */)
where
T: ?Sized;
async_drop
)A future returned by the async_drop_in_place
.