pub trait StrSliceIndex<T> {
// Required method
fn index(&self, index: T) -> StrSlice;
}Expand description
Trait for indexing a StrSlice (using the StrSlice::get method)
pub trait StrSliceIndex<T> {
// Required method
fn index(&self, index: T) -> StrSlice;
}Trait for indexing a StrSlice (using the StrSlice::get method)