parse_reply

Function parse_reply 

Source
pub fn parse_reply(raw_reply: &[u8]) -> Option<Reply>
Expand description

Parses a raw reply byte slice into a Reply struct.

ยงArguments

  • raw_reply - A byte slice containing the raw reply line.