Trait mz_timely_util::order::Step
source · pub trait Stepwhere
Self: Sized,{
// Required methods
fn backward_checked(&self, count: usize) -> Option<Self>;
fn forward_checked(&self, count: usize) -> Option<Self>;
}
Required Methods§
fn backward_checked(&self, count: usize) -> Option<Self>
fn forward_checked(&self, count: usize) -> Option<Self>
Object Safety§
This trait is not object safe.