Skip to main content

PlatformExt

Trait PlatformExt 

Source
pub trait PlatformExt: Platform {
    // Provided method
    fn initialize() -> Initialize<Self>  { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§

Source§

impl<A> PlatformExt for A
where A: Platform,