pub type Entries<E> = Vec<Entry<E>>;Expand description
Type alias for Vec<Entry<E>>
Trait Implementations§
source§impl<E> EntriesExt for Entries<E>
impl<E> EntriesExt for Entries<E>
source§fn clear_timestamps(self) -> Entries<E>
fn clear_timestamps(self) -> Entries<E>
Sets all timestamps to 0 Read more