pub type IsOneNullable<S1, S2> = OneNullable<IsSqlTypeNullable<S1>, IsSqlTypeNullable<S2>>;Expand description
Represents the output type of OneIsNullable
for two given SQL types
pub type IsOneNullable<S1, S2> = OneNullable<IsSqlTypeNullable<S1>, IsSqlTypeNullable<S2>>;Represents the output type of OneIsNullable
for two given SQL types