//! Encoders for different formats.
use *;
/// An error that occurred during encoding.
pub type Error = ;
/// The result type for encoding operations.
pub type Result<T, E = Error> = Result;
/// An encoder that encodes a sequence of images into a custom format.