pub trait PopoverImpl: PopoverImplExt + WidgetImpl {
    // Provided methods
    fn activate_default(&self) { ... }
    fn closed(&self) { ... }
}

Provided Methods§

Implementors§