pub trait Boundedness: KeyedBoundFoldLike + Sealed { }
Expand description
A marker trait indicating whether a stream’s length is bounded (finite) or unbounded (potentially infinite).
Implementors of this trait use it to signal the boundedness property of a stream.