devela_base_std 0.26.0

base std shared functionality for devela
Documentation
1
2
3
4
5
6
7
8
9
// devela_base_std::phys::time::_reexport

use crate::{_reexport, _tags};

// NOTE: replicated in ../error
_reexport! { rust: std::time, location: "phys/time", tag: _tags!(time error),
    doc: "Error returned from the `duration_since` and `elapsed` methods on [`SystemTime`].",
    @SystemTimeError as StdSystemTimeError
}