[][src]Trait conv::ApproxScheme

pub trait ApproxScheme { }

This trait is used to mark approximation scheme types.

Implementors

impl ApproxScheme for DefaultApprox[src]

impl ApproxScheme for RoundToNearest[src]

impl ApproxScheme for RoundToNegInf[src]

impl ApproxScheme for RoundToPosInf[src]

impl ApproxScheme for RoundToZero[src]

impl ApproxScheme for Wrapping[src]

Loading content...