Skip to main content

DisplayExtManual

Trait DisplayExtManual 

Source
pub trait DisplayExtManual:
    IsA<Display>
    + Sealed
    + 'static {
    // Provided method
    fn backend(&self) -> Backend { ... }
}

Provided Methods§

Source

fn backend(&self) -> Backend

Get the currently used display backend

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§