pub fn schematic_full<'a, I, E>(input: I) -> Result<Schematic<I>, E>where I: Eq + Hash + Input + Offset + ParseTo<f64> + for<'s> Compare<&'s str> + 'a, <I as Input>::Item: AsChar, E: ParseError<I> + ContextError<I>,
Parses a schematic to the end of the input.