read_from_file

Function read_from_file 

Source
pub fn read_from_file<P>(file: P) -> Result<MP3Metadata, Error>
where P: AsRef<Path>,