Trait batch_processing::sync::step::Runner
source · pub trait Runnerwhere
Self: Sized,{
type Output;
// Required method
fn run(self) -> Self::Output;
}
Expand description
A trait for objects that can be executed.
Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.