Trait hashbrown::raw::inner::SizedTypeProperties
source · trait SizedTypeProperties: Sized {
const IS_ZERO_SIZED: bool = _;
const NEEDS_DROP: bool = _;
}
Provided Associated Constants§
const IS_ZERO_SIZED: bool = _
const NEEDS_DROP: bool = _
Object Safety§
This trait is not object safe.