Trait const_type_layout::TypeGraphLayout
source · pub trait TypeGraphLayout: TypeLayout + ComputeTypeSet {
const TYPE_GRAPH: TypeLayoutGraph<'static>;
}
Expand description
Utility trait that provides the deep layout of a type.
Required Associated Constants§
sourceconst TYPE_GRAPH: TypeLayoutGraph<'static>
const TYPE_GRAPH: TypeLayoutGraph<'static>
Shallow layout of the type.
Object Safety§
This trait is not object safe.