Trait const_type_layout::TypeGraphLayout
source · pub trait TypeGraphLayout: TypeLayout + ComputeTypeSet {
const TYPE_GRAPH: TypeLayoutGraph<'static>;
}
Available on crate feature
derive
only.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.