vector_
lib
0.1.0
ToF64
Required Methods
to_f64
Implementations on Foreign Types
Option<Value>
Implementors
In vector_
lib::
opentelemetry::
metrics
vector_lib
::
opentelemetry
::
metrics
Trait
ToF64
Copy item path
Source
pub trait ToF64 { // Required method fn
to_f64
(self) ->
Option
<
f64
>; }
Required Methods
§
Source
fn
to_f64
(self) ->
Option
<
f64
>
Implementations on Foreign Types
§
Source
§
impl
ToF64
for
Option
<
Value
>
Source
§
fn
to_f64
(self) ->
Option
<
f64
>
Implementors
§