Trait detached_str::StrSliceIndex[][src]

pub trait StrSliceIndex<T> {
    fn index(&self, index: T) -> StrSlice;
}
Expand description

Trait for indexing a StrSlice (using the StrSlice::get method)

Required methods

fn index(&self, index: T) -> StrSlice[src]

Implementors