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.