Module vfs::directory::entry_container

source ·
Expand description

EntryContainer is a trait implemented by directories that allow manipulation of their content.

Structs§

Traits§

  • All directories implement this trait. If a directory can be modified it should also implement the MutableDirectory trait.
  • This trait indicates a directory that can be mutated by adding and removing entries. This trait must be implemented to use a MutableConnection, however, a directory could also implement the DirectlyMutable type, which provides a blanket implementation of this trait.