kvarn_async::prelude::compact_str::core::future

Struct AsyncDropInPlace

source
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.

Trait Implementations§

source§

impl<T> Debug for AsyncDropInPlace<T>
where T: ?Sized,

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<T>