Trait opendp::traits::RoundCast[][src]

pub trait RoundCast<TI>: Sized {
    fn round_cast(v: TI) -> Fallible<Self>;
}

Required methods

Implementations on Foreign Types

Implementors