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.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.