Type Alias massa_grpc::stream::send_operations::SendOperationsStreamType
source · pub type SendOperationsStreamType = Pin<Box<dyn Stream<Item = Result<SendOperationsResponse, Status>> + Send + 'static>>;
Expand description
Type declaration for SendOperations
Aliased Type§
struct SendOperationsStreamType {}