Struct humansize::ISizeFormatter
source · pub struct ISizeFormatter<T: ToF64, O: AsRef<FormatSizeOptions>> { /* private fields */ }
Implementations§
source§impl<V: ToF64, O: AsRef<FormatSizeOptions>> ISizeFormatter<V, O>
impl<V: ToF64, O: AsRef<FormatSizeOptions>> ISizeFormatter<V, O>
Trait Implementations§
source§impl<T: ToF64, O: AsRef<FormatSizeOptions>> Display for ISizeFormatter<T, O>
impl<T: ToF64, O: AsRef<FormatSizeOptions>> Display for ISizeFormatter<T, O>
source§impl<'a, U: ToF64 + Unsigned + Copy, O: AsRef<FormatSizeOptions>> From<&'a SizeFormatter<U, O>> for ISizeFormatter<U, &'a O>
impl<'a, U: ToF64 + Unsigned + Copy, O: AsRef<FormatSizeOptions>> From<&'a SizeFormatter<U, O>> for ISizeFormatter<U, &'a O>
source§fn from(source: &'a SizeFormatter<U, O>) -> Self
fn from(source: &'a SizeFormatter<U, O>) -> Self
Converts to this type from the input type.