Skip to main content

record_stream_send

Function record_stream_send 

Source
pub async fn record_stream_send<F, T>(
    observer: &RpcStreamingObserver,
    send: F,
) -> Result<T, Status>
where F: Future<Output = Result<T, Status>>,
Expand description

Runs one streaming send operation with send observation.