dict

Function dict 

Source
pub fn dict<'a, 'b, T>(input: &'b str) -> IResult<&'b str, HDict<'a, T>>
where T: NumTrait + 'a, 'a: 'b,