Type Definition size_format::SizeFormatterSI[][src]

type SizeFormatterSI = SizeFormatter<u64, SIPrefixes, PointSeparated>;

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