Skip to main content

WriteStatement

Trait WriteStatement 

Source
pub trait WriteStatement { }
Expand description

Every writing statement, rendered: what execute returns is rows affected, whichever of the three it was.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§

Source§

impl<S: Statement<Dialect = Postgres>> WriteStatement for S