pub trait UntilExt<T: Iterator> {
// Provided methods
fn until(self, until: Instant) -> Until<Self> ⓘ
where Self: Sized { ... }
fn do_for(self, until: Duration) -> Until<Self> ⓘ
where Self: Sized { ... }
}
pub trait UntilExt<T: Iterator> {
// Provided methods
fn until(self, until: Instant) -> Until<Self> ⓘ
where Self: Sized { ... }
fn do_for(self, until: Duration) -> Until<Self> ⓘ
where Self: Sized { ... }
}