Trait ilc_base::Decode [] [src]

pub trait Decode {
    fn decode<'a>(&'a mut self, context: &'a Context, input: &'a mut BufRead) -> Box<Iterator<Item=Result<Event<'a>>> + 'a>;
}

Required Methods

fn decode<'a>(&'a mut self, context: &'a Context, input: &'a mut BufRead) -> Box<Iterator<Item=Result<Event<'a>>> + 'a>

Implementors