Expand description
This is an implementation of “simple” pseudo directories.
Use crate::directory::immutable::Simple::new()
to construct actual instances. See Simple
for details.
Structs§
- Simple
- An implementation of a “simple” pseudo directory. This directory holds a set of entries,
allowing the server to add or remove entries via the
crate::directory::helper::DirectlyMutable::add_entry()
andcrate::directory::helper::DirectlyMutable::remove_entry
methods.