Skip to main content

MariadbValue

Type Alias MariadbValue 

Source
pub type MariadbValue<'a> = MysqlValue<'a>;
Available on crate feature mariadb_backend only.
Expand description

Raw mariadb value as received from the database

Aliased Typeยง

pub struct MariadbValue<'a> { /* private fields */ }