Structs§
Enums§
- Insert
Error - An error returned by insertion operations.
- Remove
Error - An error returned by removal operations.
- Replace
Range Error - An error returned by replace-range operations.
- Split
OffError - An error returned by
try_split_off. - TryFrom
Bytes Error - An error returned when a conversion from a
&[u8]to aPascalStringfails. - TryFrom
StrError - An error returned when a conversion from a
&strto aPascalStringfails.