Module error

Module error 

Source
Expand description

Error types for array-backed strings.

Structsยง

CStrLenError
Failed to build CStrArray<N> from a different-length &CStr.
InteriorNulError
Data provided contains an interior nul byte at byte position.
StrLenError
Failed to build StrArray<N> from a different-length &str.