Trait AnimationDecoder

trait AnimationDecoder<'a>

AnimationDecoder trait

Required Methods

fn into_frames(self: Self) -> Frames<'a>

Consume the decoder producing a series of frames.

Implementors