Skip to main content

Reply

Type Alias Reply 

Source
pub type Reply = Vec<u8>;
Expand description

A wire-level reply: just the encoded RESP bytes.

Aliased Type§

pub struct Reply { /* private fields */ }