fn fmtIntSizeBin(value: u64) field_call
[src]
Return a Formatter for a u64 value representing a file size. This formatter represents the number as multiple of 1024 and uses the IEC measurement units (KiB, MiB, GiB, …).
fn fmtIntSizeBin(value: u64) field_call
Return a Formatter for a u64 value representing a file size. This formatter represents the number as multiple of 1024 and uses the IEC measurement units (KiB, MiB, GiB, …).