Skip to main content

ebml_parse

Function ebml_parse 

Source
pub fn ebml_parse<R>(rdr: R) -> Result<(Vec<EbmlElement>, R)>
where R: Read + Seek,