FallibleCastsTo

Trait FallibleCastsTo 

Source
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

Implementors§