Struct odbc::EnvAllocError [] [src]

pub struct EnvAllocError;

Environment allocation error

Allocating an environment is the one operation in ODBC which does not yiel a diagnostic record in case of an error. There is simply no Environment to ask for a diagnostic record

Trait Implementations

impl Debug for EnvAllocError
[src]

Formats the value using the given formatter.

impl Display for EnvAllocError
[src]

Formats the value using the given formatter. Read more

impl Error for EnvAllocError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more