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

pub struct InvalidSequence(_);
Unstable (decode_utf8 #33906)

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

Trait Implementations

impl Debug for InvalidSequence
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl PartialEq for InvalidSequence
[src]

fn eq(&self, __arg_0: &InvalidSequence) -> bool

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

fn ne(&self, __arg_0: &InvalidSequence) -> bool

This method tests for !=.