Type Definition error_log::Entries

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

Type alias for Vec<Entry<E>>

Trait Implementations§

source§

impl<E> EntriesExt for Entries<E>

source§

fn clear_timestamps(self) -> Entries<E>

Sets all timestamps to 0 Read more