pub fn parse_routing_command<'a>( parts: impl Iterator<Item = &'a str>, line_number: usize, ) -> Result<Statement>