p2p_
testing
0.16.0
Timestamp
Source
Required Methods
timestamp
Implementors
In p2p_
testing::
cluster
p2p_testing
::
cluster
Trait
TimestampSource
Copy item path
Source
pub trait TimestampSource { // Required method fn
timestamp
(&self) ->
Instant
; }
Required Methods
§
Source
fn
timestamp
(&self) ->
Instant
Implementors
§
Source
§
impl
TimestampSource
for &mut
Cluster
Source
§
impl
TimestampSource
for
Cluster
Source
§
impl<S>
TimestampSource
for &
TakeDuring
<S>
where S:
TimestampSource
,
Source
§
impl<S>
TimestampSource
for &mut
TakeDuring
<S>
where S:
TimestampSource
,
Source
§
impl<S>
TimestampSource
for
TakeDuring
<S>
where S:
TimestampSource
,
Source
§
impl<S, T>
TimestampSource
for &
MapErrors
<S, T>
where S:
TimestampSource
,
Source
§
impl<S, T>
TimestampSource
for &mut
MapErrors
<S, T>
where S:
TimestampSource
,
Source
§
impl<S, T>
TimestampSource
for
MapErrors
<S, T>
where S:
TimestampSource
,