athena_
cli
0.3.1
Byte
Display
Required Methods
format_bytes
Implementations on Foreign Types
i64
Implementors
In athena_
cli::
commands::
common
athena_cli
::
commands
::
common
Trait
ByteDisplay
Copy item path
Source
pub trait ByteDisplay { // Required method fn
format_bytes
(&self) ->
String
; }
Required Methods
§
Source
fn
format_bytes
(&self) ->
String
Implementations on Foreign Types
§
Source
§
impl
ByteDisplay
for
i64
Source
§
fn
format_bytes
(&self) ->
String
Implementors
§