pub trait NoteStream:
Stream<Item = Result<Vec<NoteInfo>, NoteTransportError>>
+ Send
+ Unpin { }Expand description
Stream trait for note streaming
Implementors§
impl NoteStream for DummyNoteStream
Available on crate feature
testing only.impl NoteStream for NoteStreamAdapter
Available on crate feature
tonic only.