[][src]Trait prisma::channel::scalar::BoundedChannelScalar

pub trait BoundedChannelScalar: Clone + PartialEq + PartialOrd + Default + Add<Self, Output = Self> + Sub<Self, Output = Self> + Mul<Self, Output = Self> { }

A scalar with an upper and lower bound

Implementations on Foreign Types

impl BoundedChannelScalar for u8[src]

impl BoundedChannelScalar for u16[src]

impl BoundedChannelScalar for u32[src]

impl BoundedChannelScalar for f32[src]

impl BoundedChannelScalar for f64[src]

Loading content...

Implementors

Loading content...