pub type SqlType = Box<str>;Available on crate feature
_unstable-docs only.Expand description
A SQL type name; may optionally be schema-qualified.
See macros.type-overrides for usages.
Aliased Type§
pub struct SqlType(/* private fields */);