Struct widestring::error::MissingNulTerminator
source · pub struct MissingNulTerminator { /* private fields */ }
Expand description
An error returned from to indicate that a terminating nul value was missing.
Trait Implementations§
source§impl Clone for MissingNulTerminator
impl Clone for MissingNulTerminator
source§fn clone(&self) -> MissingNulTerminator
fn clone(&self) -> MissingNulTerminator
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for MissingNulTerminator
impl Debug for MissingNulTerminator
source§impl Display for MissingNulTerminator
impl Display for MissingNulTerminator
source§impl Error for MissingNulTerminator
impl Error for MissingNulTerminator
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<C> From<MissingNulTerminator> for NulError<C>
impl<C> From<MissingNulTerminator> for NulError<C>
source§fn from(value: MissingNulTerminator) -> Self
fn from(value: MissingNulTerminator) -> Self
Converts to this type from the input type.