enumstd.fmt.format_float.Format[src]

Fields

scientific
decimal

Source Code

Source code
pub const Format = enum {
    scientific,
    decimal,
}