Expand description
Error types for array-backed strings.
Structsยง
- CStr
LenError - Failed to build
CStrArray<N>from a different-length&CStr. - Interior
NulError - Data provided contains an interior nul byte at byte
position. - StrLen
Error - Failed to build
StrArray<N>from a different-length&str.