devela 0.26.0

A development layer of coherence.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// devela_base_core::phys::time::_reexport

use crate::{_TAG_ERROR, _TAG_TIME, _reexport};

_reexport! { rust: core::time, location: "phys/time", tag: _TAG_TIME!(),
    doc: "A span of time, with `u64` seconds and `u32` nanoseconds.",
    Duration
}
_reexport! { rust: core::time, location: "phys/time", tag: _TAG_TIME!() _TAG_ERROR!(),
    doc: "Error returned from converting floating-point seconds into a [`Duration`].",
    @TryFromFloatSecsError as DurationErrorTryFromFloatSecs // MAYBE RENAME
}