Trait sqlx_oldapi::TypeInfo
source · pub trait TypeInfo:
Debug
+ Display
+ Clone
+ PartialEq
+ Send
+ Sync {
// Required methods
fn is_null(&self) -> bool;
fn name(&self) -> &str;
}
Expand description
Provides information about a SQL type for the database driver.
Required Methods§
Object Safety§
This trait is not object safe.