Type Alias Fields

Source
pub type Fields = HashMap<SmolStr, Box<AccessTrie>>;
Available on crate feature entity-manifest only.
Expand description

A map of data fields to AccessTries. 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 { /* private fields */ }