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