[][src]Trait aravis::FakeDeviceExt

pub trait FakeDeviceExt: 'static {
    fn get_fake_camera(&self) -> Option<FakeCamera>;
}

Required methods

Loading content...

Implementors

impl<O: IsA<FakeDevice>> FakeDeviceExt for O[src]

Loading content...