Trait xitca_postgres::dev::AsParams
source · pub trait AsParams: IntoIterator<IntoIter: ExactSizeIterator, Item: BorrowToSql> { }
Expand description
super trait to constraint Self and associated types’ trait bounds.
pub trait AsParams: IntoIterator<IntoIter: ExactSizeIterator, Item: BorrowToSql> { }
super trait to constraint Self and associated types’ trait bounds.