pub fn parse_msh(input: &str) -> Result<(Separators, Segment<'_>), ParseError>
Expand description
Parse a MSH segment and return the separators and the segment.
pub fn parse_msh(input: &str) -> Result<(Separators, Segment<'_>), ParseError>
Parse a MSH segment and return the separators and the segment.