Function rune::parse_all[][src]

pub fn parse_all<T>(source: &str) -> Result<T, ParseError> where
    T: Parse

Parse the given input as the given type that implements Parse.