Struct light_pencil::UserError [] [src]

pub struct UserError {
    pub desc: String,
}

Fields

Methods

impl UserError
[src]

[src]

Trait Implementations

impl Clone for UserError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for UserError
[src]

[src]

Formats the value using the given formatter.

impl Display for UserError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for UserError
[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