ClientStreamsResponse

Type Alias ClientStreamsResponse 

Source
pub type ClientStreamsResponse = Response<Vec<u8>>;
Expand description

Response type returned by a client streams procedure

Aliased Typeยง

pub struct ClientStreamsResponse { /* private fields */ }