Trait torrust_tracker::shared::clock::time_extent::Make
source · pub trait Make<Clock>: Sizedwhere
Clock: TimeNow,{
// Provided methods
fn now(increment: &Base) -> Option<Result<TimeExtent, TryFromIntError>> { ... }
fn now_after(
increment: &Base,
add_time: &Duration
) -> Option<Result<TimeExtent, TryFromIntError>> { ... }
fn now_before(
increment: &Base,
sub_time: &Duration
) -> Option<Result<TimeExtent, TryFromIntError>> { ... }
}