pub trait DeviceProviderImplExt: ObjectSubclass {
    fn parent_probe(&self, device_provider: &Self::Type) -> Vec<Device>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator
;
fn parent_start(
        &self,
        device_provider: &Self::Type
    ) -> Result<(), LoggableError>;
fn parent_stop(&self, device_provider: &Self::Type); }

Required methods

Implementors