Trait ruly::Parse[][src]

pub trait Parse: Sized {
    fn new() -> Self;
fn set_input(&mut self, s: &str);
fn set_skip_reg(&mut self, reg: Regex);
fn run<T: Product<Self>>(&mut self) -> Result<T, (String, usize)>; }

Required methods

fn new() -> Self[src]

fn set_input(&mut self, s: &str)[src]

fn set_skip_reg(&mut self, reg: Regex)[src]

fn run<T: Product<Self>>(&mut self) -> Result<T, (String, usize)>[src]

Loading content...

Implementors

impl Parse for Ruly[src]

Loading content...