Trait no_std_compat2::marker::Destruct
source · pub trait Destruct { }🔬This is a nightly-only experimental API. (
const_trait_impl)Available on non-crate feature
std only.Expand description
A marker for types that can be dropped.
This should be used for ~const bounds,
as non-const bounds will always hold for every type.