Type Definition nrpc::ServiceStream
source · pub type ServiceStream<'a, T> = Box<dyn Stream<Item = Result<T, ServiceError>> + Unpin + Send + 'a>;pub type ServiceStream<'a, T> = Box<dyn Stream<Item = Result<T, ServiceError>> + Unpin + Send + 'a>;