Struct data_encoding::Wrap [−][src]
Expand description
How to wrap the output when encoding
See Specification for more information.
Features
Requires the alloc feature.
Fields
width: usizeWrapping width
Must be a multiple of:
- 8 for a bit-width of 1 (binary), 3 (octal), and 5 (base32)
- 4 for a bit-width of 2 (base4) and 6 (base64)
- 2 for a bit-width of 4 (hexadecimal)
Wrapping is disabled if null.
separator: StringWrapping characters
Wrapping is disabled if empty.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Wrap
impl UnwindSafe for Wrap
Blanket Implementations
Mutably borrows from an owned value. Read more