pub fn parse_repeated_field<T: SwiftField>(
parser: &mut MessageParser<'_>,
tag: &str,
) -> Result<Option<Vec<T>>, ParseError>
Expand description
Parse repeated fields and return as Option<Vec
pub fn parse_repeated_field<T: SwiftField>(
parser: &mut MessageParser<'_>,
tag: &str,
) -> Result<Option<Vec<T>>, ParseError>
Parse repeated fields and return as Option<Vec