Trait hashbrown::raw::inner::SizedTypeProperties

source ·
trait SizedTypeProperties: Sized {
    const IS_ZERO_SIZED: bool = _;
    const NEEDS_DROP: bool = _;
}

Provided Associated Constants§

Object Safety§

This trait is not object safe.

Implementors§