pub trait TypeGraphLayout: TypeLayout + TypeGraph {
    const TYPE_GRAPH: TypeLayoutGraph<'static>;
}

Required Associated Constants§

Implementors§