Struct rustix_bl::errors::custom_errors::CustomRustixFrontendError [] [src]

pub struct CustomRustixFrontendError {
    pub err: String,
}

Fields

Trait Implementations

impl Debug for CustomRustixFrontendError
[src]

[src]

Formats the value using the given formatter.

impl Error for CustomRustixFrontendError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more

impl Display for CustomRustixFrontendError
[src]

[src]

Formats the value using the given formatter. Read more