DropWith
Wrapper type to ensure that a type T
is dropped using a specific Drop
impl.
Fully qualified path: core::internal::DropWith
pub struct DropWith<T, impl DropT: Drop<T>> {
pub value: T,
}
Members
value
Fully qualified path: core::internal::DropWith::value
pub value: T