Trait sea_query::value::ValueTypeDefault [−][src]
pub trait ValueTypeDefault {
fn default() -> Self;
}
Required methods
Implementations on Foreign Types
impl ValueTypeDefault for Option<DateTime<FixedOffset>>
This is supported on crate feature with-chrono
only.
impl ValueTypeDefault for Option<DateTime<FixedOffset>>
This is supported on crate feature
with-chrono
only.