Searched defs:checked_sub (Results 1 – 2 of 2) sorted by relevance
110 pub fn checked_sub(&self, duration: Duration) -> Option<Self> { in checked_sub() method
841 pub fn checked_sub(&self, other: &Self) -> Option<Self> { in checked_sub() method