Trait autopulse::settings::target::TargetProcess

source ·
pub trait TargetProcess {
    // Required method
    fn process<'a>(
        &self,
        evs: &[&'a ScanEvent],
    ) -> impl Future<Output = Result<Vec<String>>> + Send;
}

Required Methods§

source

fn process<'a>( &self, evs: &[&'a ScanEvent], ) -> impl Future<Output = Result<Vec<String>>> + Send

Object Safety§

This trait is not object safe.

Implementors§