pub type OneNullable<T1, T2> = <T1 as OneIsNullable<T2>>::Out;
Represents the output type of OneIsNullable
OneIsNullable