pub trait Flux<I, E>:
Stream<Item = Result<I, E>>
+ Unpin
+ ConditionallySendSync { }
Expand description
A generic trait to wrap over Flux, Mono, and supporting types.
pub trait Flux<I, E>:
Stream<Item = Result<I, E>>
+ Unpin
+ ConditionallySendSync { }
A generic trait to wrap over Flux, Mono, and supporting types.