pub trait UpParser<'input, T> { // Required method fn parse(&self, input: &'input str) -> UpResult<'input, T>; }