pub type WickStream<T> = BoxFlux<T, AnyError>;
A stream of Result<T, AnyError>.
Result<T, AnyError>
pub struct WickStream<T> { /* private fields */ }