Expand description
Errors.
Structs§
- LenNot
Equal - Length not equal error can occur if replacing a string or a character with one of a different length without padding.
- Replacement
TooLong - Replacement too long error can occur if replacing a string or a character with a longer one.
Enums§
- Replace
With PadChar Error - Replace with pad
charerror can occur when replacing a string or a character with acharpad. - Replace
With PadError - Replace with pad error can occur when replacing a string or a character with a byte pad.
- TryFrom
Bytes Error - Try from bytes error can occur when trying to convert a byte slice (
[u8]) to acrate::Char. - TryFrom
StrError - Try from
strerror can occur when trying to convert astrto acrate::Char.