pub type PostgresSQL<'a> = SQL<'a, PostgresValue<'a>>;Aliased Type§
pub struct PostgresSQL<'a> {
pub chunks: SmallVec<[SQLChunk<'a, PostgresValue<'a>>; 8]>,
}Fields§
§chunks: SmallVec<[SQLChunk<'a, PostgresValue<'a>>; 8]>pub type PostgresSQL<'a> = SQL<'a, PostgresValue<'a>>;pub struct PostgresSQL<'a> {
pub chunks: SmallVec<[SQLChunk<'a, PostgresValue<'a>>; 8]>,
}chunks: SmallVec<[SQLChunk<'a, PostgresValue<'a>>; 8]>