Skip to main content

GlobalBackend

Trait GlobalBackend 

Source
pub trait GlobalBackend: Backend + 'static {
    // Required method
    fn global() -> &'static Self;
}

Required Methods§

Source

fn global() -> &'static Self

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§