Trait game_library::progress_bar::Percentage
source · pub trait Percentage {
// Required method
fn percentage(&self) -> f32;
}
Expand description
Trait for accessing the percentage of a value.
Required Methods§
sourcefn percentage(&self) -> f32
fn percentage(&self) -> f32
Returns the percentage of the value to draw.