Trait combine::primitives::Range [] [src]

pub trait Range {
    fn len(&self) -> usize;
}

Required Methods

Returns the remaining length of self. The returned length need not be the same as the number of items left in the stream

Implementors