pub trait Currency {
    fn pretty_dollars_cents(&self) -> String;
}

Required Methods

Implementations on Foreign Types

Implementors