Movatterモバイル変換


[0]ホーム

URL:


Docs.rs

[][src]Traitpostgres::ToStatement

pub trait ToStatement: Sealed { }

A trait abstracting over prepared and unprepared statements.

Many methods are generic over this bound, so that they support both a raw query string as well as a statement whichwas prepared previously.

This trait is "sealed" and cannot be implemented by anything outside this crate.

Implementations on Foreign Types

implToStatement forstr[src]

fn__convert(&self) -> ToStatementType[src]

Loading content...

Implementors

impl ToStatement forStatement[src]

fn__convert(&self) -> ToStatementType[src]

Loading content...

[8]ページ先頭

©2009-2025 Movatter.jp