Type Alias diesel::sql_types::is_nullable::IsOneNullable

source ·
pub type IsOneNullable<S1, S2> = <IsSqlTypeNullable<S1> as OneIsNullable<IsSqlTypeNullable<S2>>>::Out;
Expand description

Represents the output type of OneIsNullable for two given SQL types