pgm

Trait IntoStatement

Source
pub trait IntoStatement<T>
where T: ToStatement,
{ // Required method async fn into(self) -> Result<T, Error>; }

Required Methods§

Source

async fn into(self) -> Result<T, Error>

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§