[][src]Trait imgui_ext::progress::Progress

pub trait Progress {
    fn build(ui: &Ui, elem: &Self, params: ProgressParams);
}

Required methods

fn build(ui: &Ui, elem: &Self, params: ProgressParams)

Loading content...

Implementations on Foreign Types

impl Progress for f32[src]

impl Progress for Option<f32>[src]

Loading content...

Implementors

Loading content...