Trait gmt_dos_actors_clients_interface::Entry

source ·
pub trait Entry<U: UniqueIdentifier>: Update {
    // Required method
    fn entry(&mut self, size: usize);
}
Expand description

Interface for data logging types

Required Methods§

source

fn entry(&mut self, size: usize)

Adds an entry to the logger

Implementors§