pub type ClientRecords = HashMap<ClientIdentifier, LeaseRecord>;
Expand description
A mapping of clients to their lease records.
The server should store a record for each client to which it has sent a DHCPOFFER message.
Aliased Typeยง
struct ClientRecords { /* private fields */ }