pub trait Encoder { type Encoder; // Required method fn encode(self) -> Self::Encoder; }
Gives the ability to encode bytes to ANSI background colors.
Type to encode bytes into ANSI color codes.
Encode bytes into ANSI colors.