Struct core::char::InvalidSequence [] [src]

pub struct InvalidSequence(_);
🔬 This is a nightly-only experimental API. (decode_utf8 #33906)

<DecodeUtf8 as Iterator>::next returns this for an invalid input sequence.

Trait Implementations

impl PartialEq for InvalidSequence
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for InvalidSequence
[src]

impl Debug for InvalidSequence
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for InvalidSequence

impl Sync for InvalidSequence