Function kramer::execute

source ·
pub fn execute<C, S>(connection: C, message: S) -> Result<Response, Error>where
    S: Display,
    C: Write + Read + Unpin,
Expand description

Writes a command to the connection and will attempt to read a response.