pub unsafe trait KernelTime: KernelBase { // Required method fn raw_time() -> Result<Time, TimeError>; }
Provides the time method.
time
See the Safety section of the module documentation.
Implements Kernel::time.
Kernel::time