tauri_runtime::window

Trait 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.

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.

Implementors§