Function id3::v1v2::read_from

source ·
pub fn read_from(file: impl Read + Seek) -> Result<Tag>
Expand description

Attempts to read an ID3v2 or ID3v1 tag, in that order.

If neither version tag is found, an error with ErrorKind::NoTag is returned.