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)]
pub trait NotNull { }
A marker trait indicating that a SQL type is not null.
All SQL types must implement this trait.
This trait is automatically implemented by #[derive(SqlType)]