pub trait RwPgResponseBuilderExt {
// Required method
fn rows<T: Fields>(self, _: impl IntoIterator<Item = T>) -> Self;
}
Required Methods§
sourcefn rows<T: Fields>(self, _: impl IntoIterator<Item = T>) -> Self
fn rows<T: Fields>(self, _: impl IntoIterator<Item = T>) -> Self
Append rows to the response.
Object Safety§
This trait is not object safe.