pub fn data_model<'a, E: ParseError<&'a str> + ContextError<&'a str> + FromExternalError<&'a str, ParseIntError> + Debug>(
i: &'a str,
) -> IResult<&'a str, DataModel<'a>, E>Expand description
Parse string into DataModel using this function.
pub fn data_model<'a, E: ParseError<&'a str> + ContextError<&'a str> + FromExternalError<&'a str, ParseIntError> + Debug>(
i: &'a str,
) -> IResult<&'a str, DataModel<'a>, E>Parse string into DataModel using this function.