pub trait OperationSteps<T> {
// Required method
fn step(&mut self) -> UsbStep<'_, T>;
}Expand description
steps to take to finish an operation
pub trait OperationSteps<T> {
// Required method
fn step(&mut self) -> UsbStep<'_, T>;
}steps to take to finish an operation