Module kanidmd_lib::server
source · [−]Expand description
server
contains the query server, which is the main high level construction
to coordinate queries and operations in the server.
Modules
Structs
Traits
The
QueryServerTransaction
trait provides a set of common read only operations to be
shared between QueryServerReadTransaction
and QueryServerWriteTransaction
s.