pub trait FallibleCastsTo<ST> { }
Expand description
Marker trait: this SQL type (Self
) can be cast to the target SQL type, but some values can be invalid
pub trait FallibleCastsTo<ST> { }
Marker trait: this SQL type (Self
) can be cast to the target SQL type, but some values can be invalid