Trait tabin_plugins::linux::Ratio [] [src]

pub trait Ratio<Rhs = Self> {
    fn ratio(&self, rhs: &Rhs) -> f64;
}

Required Methods

Implementations on Foreign Types

impl Ratio for Duration
[src]

[src]

Implementors