Enum typeparam::Error [] [src]

pub enum Error<T> {
    Parse(Error),
    Command(T),
}

Variants

Trait Implementations

impl<T: Debug> Debug for Error<T>
[src]

[src]

Formats the value using the given formatter.