Enum postgres_protocol::message::frontend::BindError [] [src]

pub enum BindError {
    Conversion(Box<Error + Sync + Send>),
    Serialization(Error),
}

Variants

Trait Implementations

impl From<Box<Error + Sync + Send>> for BindError
[src]

Performs the conversion.

impl From<Error> for BindError
[src]

Performs the conversion.