Struct prodash::Unit [−][src]
pub struct Unit { /* fields omitted */ }Expand description
A configurable and flexible unit for use in Progress::init().
Implementations
Display and utilities
pub fn display(
&self,
current_value: Step,
upper_bound: Option<Step>,
throughput: impl Into<Option<Throughput>>
) -> UnitDisplay<'_>
pub fn display(
&self,
current_value: Step,
upper_bound: Option<Step>,
throughput: impl Into<Option<Throughput>>
) -> UnitDisplay<'_>
Create a representation of self implementing Display in configurable fashion.
current_valueis the progress value to display.upper_boundis the possibly available upper bound ofcurrent_value.throughputconfigures how throughput should be displayed if already available.
Note that throughput is usually not available the first time a value is displayed.
Return self as trait object implementing DisplayValue.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Unit
impl !UnwindSafe for Unit
Blanket Implementations
Mutably borrows from an owned value. Read more
