Trait c3p0_sqlx::sqlx::TypeInfo [−]
pub trait TypeInfo: Debug + Display + Clone + PartialEq<Self> + Send + Sync { fn is_null(&self) -> bool; fn name(&self) -> &str; }
Expand description
Provides information about a SQL type for the database driver.