pub trait SvSubstringIndex {
    fn from_index(&self) -> i32;
    fn to_index(&self) -> i32;
}
Expand description

Allows taking range expressions in certain methods.

Required Methods

Implementations on Foreign Types

Implementors