Type Alias s2n_netbench::trace::StdioLogger

source ·
pub type StdioLogger = Logger<BufWriter<Stdout>>;

Aliased Type§

struct StdioLogger { /* private fields */ }

Trait Implementations§

source§

impl Clone for StdioLogger

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more