Trait image::AnimationDecoder [−][src]
pub trait AnimationDecoder<'a> { fn into_frames(self) -> Frames<'a>ⓘ; }
AnimationDecoder trait
Required methods
fn into_frames(self) -> Frames<'a>ⓘ
[src]
Consume the decoder producing a series of frames.
Implementors
impl<'a, R: Read + 'a> AnimationDecoder<'a> for GifDecoder<R>
[src]
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]
impl<'a, R: Read + 'a> AnimationDecoder<'a> for ApngDecoder<R>
[src]