Function parse_file

Source
pub fn parse_file<T>(path: T) -> Result<Vec<FunctionDef>>
where T: AsRef<Path>,