Skip to main content

statements

Function statements 

Source
pub fn statements<I, R, A, S>(entries: I) -> Statements
where I: IntoIterator<Item = (R, A)>, R: Into<String>, A: IntoIterator<Item = S>, S: Into<String>,
Expand description

Build resource-to-actions statements from iterable pairs.