parse_directory

Function parse_directory 

Source
pub fn parse_directory<T>(directory: T) -> Result<Vec<File>>
where T: Into<String>,