Skip to main content

IsOneNullable

Type Alias IsOneNullable 

Source
pub type IsOneNullable<S1, S2> = OneNullable<IsSqlTypeNullable<S1>, IsSqlTypeNullable<S2>>;
Expand description

Represents the output type of OneIsNullable for two given SQL types