pub trait Textual: DataType { }Expand description
String/text SQL types (TEXT, VARCHAR, CHAR).
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
pub trait Textual: DataType { }String/text SQL types (TEXT, VARCHAR, CHAR).
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".