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§

source

const TYPE_GRAPH: TypeLayoutGraph<'static>

Shallow layout of the type.

Object Safety§

This trait is not object safe.

Implementors§