Type Definition linemd::parser::AtStr[][src]

type AtStr<'a> = AtWith<&'a str>;
Expand description

Convenience type alias that is a tuple of a str and an index.