[][src]Trait imgui_ext::ImGuiExt

pub trait ImGuiExt {
    type Events;
    fn imgui_ext(ui: &Ui, ext: &mut Self) -> Self::Events;
}

Trait implemented by the derive macro.

Associated Types

type Events

Loading content...

Required methods

fn imgui_ext(ui: &Ui, ext: &mut Self) -> Self::Events

Loading content...

Implementations on Foreign Types

impl<T: ImGuiExt> ImGuiExt for Option<T>[src]

type Events = T::Events

impl<T: ImGuiExt> ImGuiExt for Box<T>[src]

type Events = T::Events

Loading content...

Implementors

Loading content...