IsAround

Trait IsAround 

Source
pub trait IsAround {
    // Required method
    fn is_around(&self, other: Self, error: f64) -> bool;
}

Required Methods§

Source

fn is_around(&self, other: Self, error: f64) -> bool

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl IsAround for Duration

Source§

fn is_around(&self, other: Self, error: f64) -> bool

Implementors§