Type Alias ServerResponse

Source
pub type ServerResponse<'a> = (&'a [u8], Vec<Cow<'a, [u8]>>);
Expand description

parse_server response. It is a tuple with two elements. The first element is the stream of bytes to be processed, and the second element is the vector of parsed arguments.