parse_object

Function parse_object 

Source
pub fn parse_object<'a, I>(lines: &mut I) -> Result<PklValue, String>
where I: Iterator<Item = &'a str>,