pub fn cols<'a, 'b, T>( input: &'b str, ) -> IResult<&'b str, Vec<(String, Option<HashMap<String, HBox<'a, T>>>)>>where T: NumTrait + 'a, 'a: 'b,