Macro fire_postgres::param_not_null

source ยท
macro_rules! param_not_null {
    ($impl_for:ty) => { ... };
    ($( $impl_for:ty ),*) => { ... };
}