Struct accord::Invalid [] [src]

pub struct Invalid {
    pub msg: String,
    pub args: Vec<String>,
}

Fields

Trait Implementations

impl Clone for Invalid
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Invalid
[src]

Formats the value using the given formatter.