Trait tauri_runtime::webview::WindowBuilderBase
source · pub trait WindowBuilderBase:
Debug
+ Clone
+ Sized { }
Expand description
Do NOT implement this trait except for use in a custom Runtime
.
This trait is separate from WindowBuilder
to prevent “accidental” implementation.
Object Safety§
This trait is not object safe.