Skip to main content

normalize_constraint_input

Function normalize_constraint_input 

Source
pub fn normalize_constraint_input<I, S>(
    raw: I,
) -> Result<Vec<String>, &'static str>
where I: IntoIterator<Item = S>, S: AsRef<str>,
Expand description

Normalizes caller-declared constraint tokens. text is illegal here.