Trait RawValue
sqlx_core::value
pub trait RawValue<'c> { type Database: Database; fn type_info(&self) -> Option<<Self::Database as Database>::TypeInfo>; }
type Database: Database
fn type_info(&self) -> Option<<Self::Database as Database>::TypeInfo>