pub type AreAllNullable<S1, S2> = <IsSqlTypeNullable<S1> as AllAreNullable<IsSqlTypeNullable<S2>>>::Out;
Expand description
Represents the output type of AllAreNullable
for two given SQL types
pub type AreAllNullable<S1, S2> = <IsSqlTypeNullable<S1> as AllAreNullable<IsSqlTypeNullable<S2>>>::Out;
Represents the output type of AllAreNullable
for two given SQL types