[][src]Function audiotags::read_from_path

pub fn read_from_path(
    path: impl AsRef<Path>
) -> Result<Box<dyn AudioTagsIo>, Box<dyn Error>>

Guesses the audio metadata handler from the file extension, and returns the Boxed IO handler.