pub trait PrecentageBarFlag { }
Expand description

Bars that accept a precentage for the Progress type (represented as usize) bars like this should generaly use 100% (100usize) for completed,

This should be implemented for types that fit these conditions and are ok to use as such

Implementors