pub trait DocumentWorkspaceImplExt: ObjectSubclass {
// Required methods
fn parent_create_frame(&self, position: &Position) -> Frame;
fn parent_add_widget(&self, widget: &Widget, position: &Position) -> bool;
}Required Methods§
fn parent_create_frame(&self, position: &Position) -> Frame
fn parent_add_widget(&self, widget: &Widget, position: &Position) -> bool
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.