pub type Auth<T> = View<AuthViewRel<T>>;Expand description
The ‘authority’ Resource Algebra.
This is a specialisation of View, where:
- both
AuthandFragare the same type - the relation between the two is specified by
AuthViewRel: it asserts thatFragmust always be included inAuth
Aliased Type§
pub struct Auth<T>(/* private fields */);