Function kramer::read

source ·
pub fn read<C>(read: C) -> Result<Response, Error>where
    C: Read + Unpin,
Expand description

After sending a command, the read here is used to parse the response from our connection into the response enum.