pub trait AsWidget {
// Required method
fn as_widget(&self) -> BorrowedWidget<'_>;
}Available on crate feature
winio only.Expand description
Trait to borrow the window handle.
Required Methods§
Sourcefn as_widget(&self) -> BorrowedWidget<'_>
fn as_widget(&self) -> BorrowedWidget<'_>
Get the window handle.