Struct netlink_packet_utils::errors::EncodeError
source · pub struct EncodeError { /* private fields */ }
Trait Implementations§
source§impl Debug for EncodeError
impl Debug for EncodeError
source§impl Display for EncodeError
impl Display for EncodeError
source§impl Error for EncodeError
impl Error for EncodeError
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 From<&'static str> for EncodeError
impl From<&'static str> for EncodeError
source§impl From<Error> for EncodeError
impl From<Error> for EncodeError
source§fn from(inner: Error) -> EncodeError
fn from(inner: Error) -> EncodeError
Converts to this type from the input type.