Struct rustix_bl::errors::custom_errors::CustomRustixFrontendError
[−]
[src]
pub struct CustomRustixFrontendError {
pub err: String,
}Fields
err: String
Trait Implementations
impl Debug for CustomRustixFrontendError[src]
impl Error for CustomRustixFrontendError[src]
fn description(&self) -> &str[src]
A short description of the error. Read more
fn cause(&self) -> Option<&Error>1.0.0[src]
The lower-level cause of this error, if any. Read more