pub type Fields<T> = HashMap<SmolStr, Box<AccessTrie<T>>>;
Available on crate feature
entity-manifest
only.Expand description
A map of data fields to AccessTrie
s.
The keys to this map form the edges in the access trie,
pointing to sub-tries.
This feature is experimental. For more information see https://github.com/cedar-policy/rfcs/blob/main/README.md#experimental-features
Aliased Typeยง
struct Fields<T> { /* private fields */ }