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

Represents if the SQL type is nullable or not