Searched defs:DecoderFileIO (Results 1 – 1 of 1) sorted by relevance
23 pub struct DecoderFileIO { struct28 impl DecoderFileIO { impl29 pub fn create(filename: &String) -> AvifResult<DecoderFileIO> { in create()38 impl decoder::IO for DecoderFileIO { implementation