std
::
fmt
::
internal
::
FloatFormatAdapter
Fields
precision
value
Methods
fmt
Struct
std
::
fmt
::
internal
::
FloatFormatAdapter
struct
FloatFormatAdapter
<T> { ... }
T:
FloatingPoint
source
Fields
precision:
u16
value: T
Methods
impl
FloatFormatAdapter
<T> { ... }
T:
FloatingPoint
fn
fmt
<F>(self: &
FloatFormatAdapter
<T>, fmt: &
mut
F) ->
Result
F:
Formatter
<F>
source