Module access_control
Expand description
Utility functions that are used in multiple crates
Structsยง
- Access
Control Set - An IPv4/IPv6 access control set. This mainly hides the complexity of supporting v4 and v6 addresses concurrently in a given set. The AccessControlSet differs from a typical Access Control List in that there is no order. The access semantics are:
- Access
Control SetBuilder - A builder interface for the AccessControlSet