InvalidUtf8¶
Returned by methods (not raised by ? partial constructors) when
the input bytes fail UTF-8 validation. The offset field points
at the first ill-formed byte per RFC 3629.
Implements¶
- Stringable box
Constructors¶
create¶
Parameters¶
- offset': USize val
Returns¶
- InvalidUtf8 val^
Public fields¶
let offset: USize val¶
Public Functions¶
string¶
Returns¶
- String iso^