Trait diesel:: types:: IntoNullable
[−]
[src]
pub trait IntoNullable { type Nullable; }
Associated Types
type Nullable
Implementors
impl<T: NotNull> IntoNullable for Nullable<T>