Trait partiql_value::UnaryPlus

source ·
pub trait UnaryPlus {
    type Output;

    // Required method
    fn positive(self) -> Self::Output;
}

Required Associated Types§

Required Methods§

source

fn positive(self) -> Self::Output

Implementors§