Skip to main content

Module error

Module error 

Source
Expand description

Errors a crate::Driver method can fail with.

Enums§

DriverError
All the ways a crate::Driver call can fail.

Type Aliases§

DriverResult
A Result alias for DriverError, mirroring the ergonomics of opcda_bridge::Result (and, further down, sqlx-style crate-local aliases already used by bhtune-db).