[−][src]Trait image::AnimationDecoder 
AnimationDecoder trait
Required methods
fn into_frames(self) -> Frames<'a>ⓘ[src]
Consume the decoder producing a series of frames.
AnimationDecoder trait
fn into_frames(self) -> Frames<'a>ⓘ[src]Consume the decoder producing a series of frames.
impl<'a, R: Read + 'a> AnimationDecoder<'a> for GifDecoder<R>[src]fn into_frames(self) -> Frames<'a>ⓘ[src]impl<'a, R: Read + 'a> AnimationDecoder<'a> for ApngDecoder<R>[src]fn into_frames(self) -> Frames<'a>ⓘ[src]