[][src]Trait steel_cent::formatting::ParseableMoney

pub trait ParseableMoney {
    fn from_unformatted_minor_amount(
        currency: Currency,
        unformatted_minor_amount: &str
    ) -> Result<Self, ParseIntError>
    where
        Self: Sized
; }

Required methods

fn from_unformatted_minor_amount(
    currency: Currency,
    unformatted_minor_amount: &str
) -> Result<Self, ParseIntError> where
    Self: Sized

Loading content...

Implementors

impl ParseableMoney for Money[src]

impl ParseableMoney for SmallMoney[src]

Loading content...