Trait fluent_syntax::parser::Slice[][src]

pub trait Slice<'s>: AsRef<str> + Clone + PartialEq {
    fn slice(&self, range: Range<usize>) -> Self;
fn trim(&mut self); }

Required methods

Implementations on Foreign Types

Implementors