Expand description
Re-exports§
pub use crate::directory::simple::Simple;
Functions§
- Creates an immutable empty “simple” directory. This directory holds a “static” 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.