with_clause

Function with_clause 

Source
pub fn with_clause<'a>(
    entries: impl IntoIterator<Item = &'a (&'a str, &'a str)>,
) -> Box<ObjectLit>