[][src]Trait timeout_io::InstantExt

pub trait InstantExt {
    fn remaining(self) -> Duration;
}

Extends std::time::Instant

Required methods

fn remaining(self) -> Duration

Computes the remaining time underflow-safe

Loading content...

Implementations on Foreign Types

impl InstantExt for Instant[src]

Loading content...

Implementors

Loading content...