pub trait PrecentageBar {
    type Args;
}
Expand description

Internal trait auto impl for types that are PrecentageBarFlag and meet the requirements do not implement this

Associated Types

Implementors