driver_interface

Trait Probe

Source
pub trait Probe:
    Send
    + Sync
    + 'static {
    // Required method
    fn probe<'a>(
        &self,
        config: ProbeConfig,
    ) -> LocalBoxFuture<'a, DriverResult<DriverSpecific>>;
}

Required Methods§

Implementors§