Skip to main content

HasFrame

Trait HasFrame 

Source
pub trait HasFrame {
    // Required method
    fn frame_mut(&mut self) -> &mut Frame;
}
Expand description

Anything with a window frame — a Window definition.

Required Methods§

Source

fn frame_mut(&mut self) -> &mut Frame

The frame to modify.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§