Struct core::char::InvalidSequence
[−]
[src]
pub struct InvalidSequence(_);
<DecodeUtf8 as Iterator>::next
returns this for an invalid input sequence.
Trait Implementations
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 !=
.