pub trait IndexSpecImpl<Idx>: Index<Idx>where
Idx: ?Sized,{
// Required method
exec fn index_req(&self, index: &Idx) -> bool;
}Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementations on Foreign Types§
Source§impl<I: SliceIndexSpec<str>> IndexSpecImpl<I> for str
Available on verus_keep_ghost and non-verus_verify_core only.
impl<I: SliceIndexSpec<str>> IndexSpecImpl<I> for str
Available on
verus_keep_ghost and non-verus_verify_core only.