Function id3::util::string_from_utf16 [] [src]

pub fn string_from_utf16(data: &[u8]) -> Result<String>

Returns a string created from the vector using UTF-16 (with byte order mark) encoding. Returns None if the vector is not a valid UTF-16 string.