[][src]Trait sqlx::types::TypeInfo

pub trait TypeInfo: Clone + Debug + Display {
    fn compatible(&self, other: &Self) -> bool;
}

Required methods

fn compatible(&self, other: &Self) -> bool

Compares type information to determine if other is compatible at the Rust level with self.

Loading content...

Implementors

impl TypeInfo for MySqlTypeInfo[src]

impl TypeInfo for PgTypeInfo[src]

Loading content...