Trait sqlx_oldapi::TypeInfo 
source · pub trait TypeInfo: Debug + Display + Clone + PartialEq<Self> + 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.