pub type Methods = BTreeMap<String, MethodAuthorization>;
Expand description
A set of methods that are subject to access control.
Aliased Type§
struct Methods { /* private fields */ }
pub type Methods = BTreeMap<String, MethodAuthorization>;
A set of methods that are subject to access control.
struct Methods { /* private fields */ }