Trait j::Slurp [] [src]

pub trait Slurp {
    fn slurp(&mut self) -> Result<StringError>;
}

Required Methods

Implementors