Trait Boundedness

Source
pub trait Boundedness: 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.

Implementors§