Enum sql_traits::errors::SQLError [] [src]

pub enum SQLError {
    InvalidParameterName(String),
    BindParamCouldBeGenerated(String),
}

Variants

Trait Implementations

impl Debug for SQLError
[src]

[src]

Formats the value using the given formatter. Read more