pub trait RootDirectory: DirectoryEntry + Directory { }

Implementors§

source§

impl<T: DirectoryEntry + Directory> RootDirectory for T