Struct pencil::UserError
[−]
[src]
pub struct UserError {
pub desc: String,
}The Pencil User Error type.
Fields
desc |
pub struct UserError {
pub desc: String,
}The Pencil User Error type.
desc |
impl UserErrorimpl Display for UserErrorimpl Error for UserErrorfn description(&self) -> &strfn cause(&self) -> Option<&Error>impl Debug for UserErrorimpl Clone for UserErrorfn clone(&self) -> UserErrorfn clone_from(&mut self, source: &Self)