Trait partiql_value::Comparable

source ·
pub trait Comparable {
    // Required method
    fn is_comparable_to(&self, rhs: &Self) -> bool;
}

Required Methods§

source

fn is_comparable_to(&self, rhs: &Self) -> bool

Object Safety§

This trait is not object safe.

Implementors§