Crate aranya_policy_text

Crate aranya_policy_text 

Source
Expand description

Aranya Policy Lang’s textual types.

Macros§

ident
Creates an Identifier from a string literal.
text
Creates a Text from a string literal.

Structs§

Identifier
A textual identifier which matches [a-zA-Z][a-zA-Z0-9_]*.
InvalidIdentifier
Not a valid Identifier value.
InvalidText
Not a valid Text value.
Text
A string-like value which is utf8 without nul bytes.