Trait openethereum::informant::MillisecondDuration
source · [−]pub trait MillisecondDuration {
fn as_milliseconds(&self) -> u64;
}
Expand description
Something that can be converted to milliseconds.
Required methods
fn as_milliseconds(&self) -> u64
fn as_milliseconds(&self) -> u64
Get the value in milliseconds.