Trait RwPgResponseBuilderExt

Source
pub trait RwPgResponseBuilderExt {
    // Required method
    fn rows<T: Fields>(self, _: impl IntoIterator<Item = T>) -> Self;
}

Required Methods§

Source

fn rows<T: Fields>(self, _: impl IntoIterator<Item = T>) -> Self

Append rows to the response.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§