Function memedb_core::read_tags

source ·
pub fn read_tags(
    src: &mut (impl Read + BufRead + Seek)
) -> Result<Option<Vec<String>>, Error>
Expand description

Given a src, return the tags (if any) contained inside.

This function operates by first calling identify_format, and then calling the corresponding read_tags function if successful.