pub trait IndexScanRangeBoundsTerminator {
type Arg;
// Required method
fn bounds(&self) -> TermBound<&Self::Arg>;
}pub trait IndexScanRangeBoundsTerminator {
type Arg;
// Required method
fn bounds(&self) -> TermBound<&Self::Arg>;
}