pub fn parse(input: &str) -> IResult<&str, Protocol<'_>>
Parse a Protocol from a string of PDL format.
Protocol