FrameHeaderImpl

Trait FrameHeaderImpl 

Source
pub trait FrameHeaderImpl: WidgetImpl {
    // Provided methods
    fn page_changed(&self, widget: Option<&Widget>) { ... }
    fn can_drop(&self, widget: &Widget) -> bool { ... }
    fn add_prefix(&self, priority: i32, widget: &Widget) { ... }
    fn add_suffix(&self, priority: i32, widget: &Widget) { ... }
}

Provided Methods§

Source

fn page_changed(&self, widget: Option<&Widget>)

Source

fn can_drop(&self, widget: &Widget) -> bool

Source

fn add_prefix(&self, priority: i32, widget: &Widget)

Source

fn add_suffix(&self, priority: i32, widget: &Widget)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§