pub fn simple() -> Arc<Simple>Expand description
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() and
crate::directory::helper::DirectlyMutable::remove_entry() methods.