p2p_
testing
0.16.0
Timestamp
Event
Required Methods
timestamp
Implementations on Foreign Types
Result<ClusterEvent, T>
Implementors
In p2p_
testing::
cluster
p2p_testing
::
cluster
Trait
TimestampEvent
Copy item path
Source
pub trait TimestampEvent { // Required method fn
timestamp
(&self) ->
Option
<
Instant
>; }
Required Methods
§
Source
fn
timestamp
(&self) ->
Option
<
Instant
>
Implementations on Foreign Types
§
Source
§
impl<T>
TimestampEvent
for
Result
<
ClusterEvent
, T>
Source
§
fn
timestamp
(&self) ->
Option
<
Instant
>
Implementors
§
Source
§
impl
TimestampEvent
for
ClusterEvent