[][src]Function rune::parse_all

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

Parse the given input as the given type that implements [Parse][crate::traits::Parse].