diesel::sql_types::is_nullable

Type Alias IsSqlTypeNullable

Source
pub type IsSqlTypeNullable<T> = <T as SqlType>::IsNull;
Expand description

Represents if the SQL type is nullable or not