Skip to main content

Statements

Type Alias Statements 

Source
pub type Statements = BTreeMap<String, BTreeSet<String>>;
Expand description

Resource-to-actions access statements.

Aliased Typeยง

pub struct Statements { /* private fields */ }