pub type CliGet<'a, Resp> = Request<'a, CliProtocol, (), Resp>;
pub struct CliGet<'a, Resp> { /* private fields */ }