Skip to main content

ApplicationWindowId

Trait ApplicationWindowId 

Source
pub trait ApplicationWindowId:
    Clone
    + Debug
    + Eq
    + Hash
    + Send { }
Expand description

Trait for window identifiers in an application.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl ApplicationWindowId for ()

Source§

impl ApplicationWindowId for Option<usize>

Source§

impl ApplicationWindowId for String

Source§

impl ApplicationWindowId for usize

Implementors§