Skip to main content

RoundingPolicy

Trait RoundingPolicy 

Source
pub trait RoundingPolicy<D>: Numeric {
    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".

Implementations on Foreign Types§

Source§

impl RoundingPolicy<PostgresDialect> for Float4

Source§

impl RoundingPolicy<PostgresDialect> for Float8

Source§

impl RoundingPolicy<PostgresDialect> for Int2

Source§

impl RoundingPolicy<PostgresDialect> for Int4

Source§

impl RoundingPolicy<PostgresDialect> for Int8

Source§

impl RoundingPolicy<PostgresDialect> for Numeric

Source§

impl RoundingPolicy<SQLiteDialect> for Integer

Source§

impl RoundingPolicy<SQLiteDialect> for Numeric

Source§

impl RoundingPolicy<SQLiteDialect> for Real

Implementors§