pub type SendOperationsStreamType = Pin<Box<dyn Stream<Item = Result<SendOperationsResponse, Status>> + Send + 'static>>;
Expand description

Type declaration for SendOperations

Aliased Type§

struct SendOperationsStreamType {}