Function parse_msh

Source
pub fn parse_msh(input: &str) -> Result<(Separators, Segment<'_>), ParseError>
Expand description

Parse a MSH segment and return the separators and the segment.