pub trait DisplayExtManual: 'static {
    fn backend(&self) -> Backend;
}

Required Methods

Get the currently used display backend

Implementors