Struct ore::now::NOW_ZERO [−][src]
pub struct NOW_ZERO {
__private_field: (),
}
Expand description
A NowFn
that always returns zero.
For use in tests.
Fields
__private_field: ()
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NOW_ZERO
impl UnwindSafe for NOW_ZERO
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more