Skip to main content

QueryLiteral

Trait QueryLiteral 

Source
pub trait QueryLiteral {
    // Required method
    fn into_query_literal(self) -> TypedLiteral;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl QueryLiteral for &str

Source§

impl QueryLiteral for NaiveDate

Source§

impl QueryLiteral for String

Source§

impl QueryLiteral for bool

Source§

impl QueryLiteral for i64

Implementors§