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

type AtToken<'a> = AtWith<Token<'a>>;
Expand description

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