Struct ffizz_string::EmbeddedNulError
source · pub struct EmbeddedNulError;
Expand description
EmbeddedNulError indicates that the string contains embedded NUL bytes and could not be represented as a C string.
Trait Implementations§
source§impl Debug for EmbeddedNulError
impl Debug for EmbeddedNulError
source§impl Display for EmbeddedNulError
impl Display for EmbeddedNulError
source§impl Error for EmbeddedNulError
impl Error for EmbeddedNulError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl PartialEq<EmbeddedNulError> for EmbeddedNulError
impl PartialEq<EmbeddedNulError> for EmbeddedNulError
source§fn eq(&self, other: &EmbeddedNulError) -> bool
fn eq(&self, other: &EmbeddedNulError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.