Enum tabin_plugins::TabinError [] [src]

pub enum TabinError {
    UnknownValue(String),
}

All errors are TabinErrors

Variants

Represents an incorrect value passed in to a function

Trait Implementations

impl Debug for TabinError
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for TabinError
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for TabinError

impl Sync for TabinError