Entries

Type Alias Entries 

Source
pub type Entries<E> = Vec<Entry<E>>;
Expand description

Type alias for Vec<Entry<E>>

Aliased Type§

pub struct Entries<E> { /* private fields */ }

Trait Implementations§

Source§

impl<E> EntriesExt for Entries<E>

Source§

fn clear_timestamps(self) -> Entries<E>

Sets all timestamps to 0 Read more