Type Definition size_format::SizeFormatterBinary[][src]

type SizeFormatterBinary = SizeFormatter<u64, BinaryPrefixes, PointSeparated>;

Implements Display to format the contained byte size using binary prefixes.