Trait timeout_io::InstantExt[][src]

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

Extends std::time::Instant

Required Methods

Computes the remaining time underflow-safe

Returns the remaining time

Implementations on Foreign Types

impl InstantExt for Instant
[src]

Implementors