Expand description
Capability-based primitives.
Re-exports§
pub use ipnet;
Modules§
Structs§
- Ambient
Authority - Instances of this
AmbientAuthority
type serve to indicate that theambient_authority
function has been called, indicating that the user has explicitly opted into using ambient authority.
Functions§
- ambient_
authority - Return an
AmbientAuthority
value, which allows use of functions that include anAmbientAuthority
argument.