pub type Response = Response<Option<Vec<u8>>>;
Client response type.
struct Response { /* private fields */ }