Trait stringplus::StringPlus[][src]

pub trait StringPlus {
    fn substring(&self, start: usize, length: usize) -> &str;
fn at(&self, pos: usize) -> &str; }

Required Methods

Implementations on Foreign Types

impl StringPlus for str
[src]

Implementors