Skip to main content

parse_file

Function parse_file 

Source
pub fn parse_file<T: Parse>(path: &Path) -> Result<T>
Expand description

Parse a Java source file into a value of type T.