[][src]Trait tarde::Duration

pub trait Duration {
    fn to_us(self) -> Result<Duration, Error>;
fn to_ms(self) -> Result<Duration, Error>;
fn to_ns(self) -> Result<Duration, Error>;
fn to_sec(self) -> Result<Duration, Error>; }

Required methods

fn to_us(self) -> Result<Duration, Error>

fn to_ms(self) -> Result<Duration, Error>

fn to_ns(self) -> Result<Duration, Error>

fn to_sec(self) -> Result<Duration, Error>

Loading content...

Implementations on Foreign Types

impl Duration for u8[src]

impl Duration for u16[src]

impl Duration for u32[src]

impl Duration for u64[src]

impl Duration for u128[src]

impl Duration for i8[src]

impl Duration for i16[src]

impl Duration for i32[src]

impl Duration for i64[src]

impl Duration for i128[src]

Loading content...

Implementors

Loading content...