Skip to main content

LengthPolicy

Trait LengthPolicy 

Source
pub trait LengthPolicy<D>: DataType {
    type Output: DataType;
}

Required Associated Types§

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.

Implementations on Foreign Types§

Source§

impl LengthPolicy<PostgresDialect> for Char

Source§

impl LengthPolicy<PostgresDialect> for Text

Source§

impl LengthPolicy<PostgresDialect> for Varchar

Source§

impl LengthPolicy<SQLiteDialect> for Any

Source§

impl LengthPolicy<SQLiteDialect> for Text

Implementors§