pub fn counted_loc<'input>(
    __input: &'input str,
    f: &mut Factory<'_>
) -> Result<CLoc, ParseError<<str as Parse>::PositionRepr>>
Expand description

Parses a location followed a hashtag # and a count (integer, usize).