pub fn parse(spec: &str) -> Result<Directive<String>, ParseError>Expand description
Parse a directive with the open-set String action vocabulary.
ยงErrors
Returns ParseError if the string is malformed (see its variants).
pub fn parse(spec: &str) -> Result<Directive<String>, ParseError>Parse a directive with the open-set String action vocabulary.
Returns ParseError if the string is malformed (see its variants).