Trait implementation lrs::time::Time::Sub

Objects that implement the binary - operator.

Syntax

impl Sub<Time> for Time {
    type Output = Time;
}