Trait tauri_runtime::webview::WindowBuilderBase[][src]

pub trait WindowBuilderBase: 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.

Implementors