1 2 3 4 5
// ------------------------------------------------------------------------------------------------- // Parser type definition // ------------------------------------------------------------------------------------------------- pub trait Parser<A> {}