Enum tabin_plugins::TabinError
[−]
[src]
pub enum TabinError {
UnknownValue(String),
}All errors are TabinErrors
Variants
UnknownValue(String)Represents an incorrect value passed in to a function
Trait Implementations
impl Debug for TabinError[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more