Skip to main content

PreparedTotal

Trait PreparedTotal 

Source
pub trait PreparedTotal<Params> { }
Expand description

A prepared total. Separate from PreparedExt for the reason CountExt is separate from LoadExt: a count produces a number, not rows.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<Params: PreparedParams> PreparedTotal<Params> for Prepared<Postgres, Params, Total>

Implementors§