ProgressEntry

Type Alias ProgressEntry 

Source
pub type ProgressEntry = Range<u64>;

Aliased Type§

pub struct ProgressEntry {
    pub start: u64,
    pub end: u64,
}

Fields§

§start: u64

The lower bound of the range (inclusive).

§end: u64

The upper bound of the range (exclusive).

Trait Implementations§