pub type MaybeNullable<N, T> = <N as MaybeNullableType<T>>::Out;
Expand description

Represents the output type of MaybeNullableType