[][src]Function imagecli::documentation::template::parse_example

pub fn parse_example<'a, I: Iterator<Item = &'a str>>(lines: &mut I) -> Example

Parses a $EXAMPLE(...) from a template. Currently this is a bit clunky - it requires the opening line $EXAMPLE( to have already been consumed.