pub trait DirStructure: DirStructureItem { }
Expand description

The main trait. This is implemented for all directory structures by the derive macro.

This trait doesn’t have any methods, just a supertype: DirStructureItem.

Object Safety§

This trait is not object safe.

Implementors§