Trait IntoDecimal

Source
pub trait IntoDecimal: IntoDecimalSealed { }
Expand description

A trait implemented by types that can be used to create decimals.

Implementations on Foreign Types§

Source§

impl IntoDecimal for f32

Source§

impl IntoDecimal for f64

Implementors§