Trait diesel::sql_types::NotNull [−][src]
pub trait NotNull { }
Expand description
A marker trait indicating that a SQL type is not null.
All SQL types must implement this trait.
Deriving
This trait is automatically implemented by #[derive(SqlType)]