Skip to main content

pairs

Function pairs 

Source
fn pairs(y: &Yaml) -> Vec<(String, String)>
Expand description

A mapping’s entries as (key, rendered value), in the order they arrived.