Struct oo_bindgen::model::BackTracedBindingError
source · pub struct BackTracedBindingError { /* private fields */ }Trait Implementations§
source§impl Debug for BackTracedBindingError
impl Debug for BackTracedBindingError
source§impl Display for BackTracedBindingError
impl Display for BackTracedBindingError
source§impl Error for BackTracedBindingError
impl Error for BackTracedBindingError
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<BadName> for BackTracedBindingError
impl From<BadName> for BackTracedBindingError
source§impl From<BindingError> for BackTracedBindingError
impl From<BindingError> for BackTracedBindingError
source§fn from(error: BindingError) -> Self
fn from(error: BindingError) -> Self
Converts to this type from the input type.