Type Definition llmvm_protocol::NotificationStream
source · pub type NotificationStream<Response> = Pin<Box<dyn Stream<Item = Result<Response, ProtocolError>> + Send, Global>>;
Expand description
A stream of multiple response results returned by the service.