Trait pico_driver::LoadDriverExt[][src]

pub trait LoadDriverExt {
    fn try_load(&self) -> Result<ArcDriver, DriverLoadError>;
fn try_load_with_resolution(
        &self,
        resolution: &Resolution
    ) -> Result<ArcDriver, DriverLoadError>; }
Expand description

Shortcuts for loading drivers directly from the Driver enum.

Required methods

Loading content...

Implementations on Foreign Types

impl LoadDriverExt for Driver[src]

Loading content...

Implementors

Loading content...