[][src]Trait aion::DurationExtension

pub trait DurationExtension {
    fn weeks(self) -> Duration;
fn days(self) -> Duration;
fn hours(self) -> Duration;
fn minutes(self) -> Duration;
fn seconds(self) -> Duration;
fn milliseconds(self) -> Duration;
fn microseconds(self) -> Duration;
fn nanoseconds(self) -> Duration; }

Required methods

fn weeks(self) -> Duration

fn days(self) -> Duration

fn hours(self) -> Duration

fn minutes(self) -> Duration

fn seconds(self) -> Duration

fn milliseconds(self) -> Duration

fn microseconds(self) -> Duration

fn nanoseconds(self) -> Duration

Loading content...

Implementations on Foreign Types

impl DurationExtension for i64[src]

Loading content...

Implementors

Loading content...