DestructWith

Wrapper type to ensure that a type T is destructed using a specific Destruct impl.

Fully qualified path: core::internal::DestructWith

pub struct DestructWith<T, impl DestructT: Destruct<T>> {
    pub value: T,
}

Members

value

Fully qualified path: core::internal::DestructWith::value

pub value: T