Function spreadsheet_ods::format::create_currency_suffix[][src]

pub fn create_currency_suffix<S1, S2, S3, S4>(
    name: S1,
    country: S2,
    language: S3,
    symbol: S4
) -> ValueFormat where
    S1: Into<String>,
    S2: Into<String>,
    S3: Into<String>,
    S4: Into<String>, 

Creates a new currency format.