Trait dhcpv4::server::SystemTimeSource
source · pub trait SystemTimeSource {
// Required methods
fn with_current_time() -> Self;
fn now(&self) -> SystemTime;
}
Required Methods§
fn with_current_time() -> Self
fn now(&self) -> SystemTime
Object Safety§
This trait is not object safe.