pub fn parse_ung<'a>(
ung: &'a Segment<'a>,
) -> Result<GroupIdentifier<'a>, EdifactError>Expand description
Extract identifier fields from a UNG segment (zero allocation).
The symmetric counterpart to parse_unh for streaming scenarios that need
to inspect or route functional groups before full validation.