Enum base64::LineWrap [−][src]
Line wrap configuration.
Variants
NoWrap
Don't wrap.
Wrap(usize, LineEnding)
Wrap lines with the specified length and line ending. The length must be > 0.
Line wrap configuration.
NoWrap
Don't wrap.
Wrap(usize, LineEnding)
Wrap lines with the specified length and line ending. The length must be > 0.