Available on crate feature mysql_backend only.
Expand description

Data structures for MySQL types which have no corresponding Rust type

Most of these types are used to implement ToSql and FromSql for higher level types.

Structs

Corresponding rust representation of the MYSQL_TIME struct from libmysqlclient