pub trait DocumentWorkspaceImpl: WorkspaceImpl {
// Provided methods
fn create_frame(&self, position: &Position) -> Frame { ... }
fn add_widget(&self, widget: &Widget, position: &Position) -> bool { ... }
}
Provided Methods§
fn create_frame(&self, position: &Position) -> Frame
sourcefn add_widget(&self, widget: &Widget, position: &Position) -> bool
fn add_widget(&self, widget: &Widget, position: &Position) -> bool
Object Safety§
This trait is not object safe.