[][src]Function mparsed::parse_playlist

pub fn parse_playlist<'a, I: Iterator<Item = &'a str>>(
    input: I
) -> Result<Vec<&'a str>, Error>

Parse the playlist command, a list of key-value pairs, as a vector of filenames. The playlist index of each item is not included because, if needed, it can easily be added with .enumerate().