pub trait CastsTo<ST>: FallibleCastsTo<ST> { }Expand description
Marker trait: this SQL type (Self) can be cast to the target SQL type
(ST) using CAST(expr AS target_sql_type)
pub trait CastsTo<ST>: FallibleCastsTo<ST> { }Marker trait: this SQL type (Self) can be cast to the target SQL type
(ST) using CAST(expr AS target_sql_type)