metrics
0.0.1
ToMs
Required Methods
to_ms
Implementations on Foreign Types
u64
Implementors
In crate metrics
metrics
Trait
ToMs
Copy item path
Source
pub trait ToMs<T> { // Required method fn
to_ms
(&self) -> T; }
Required Methods
§
Source
fn
to_ms
(&self) -> T
Implementations on Foreign Types
§
Source
§
impl
ToMs
<
f64
> for
u64
Source
§
fn
to_ms
(&self) ->
f64
Implementors
§