Trait s2n_netbench::stats::Print

source ·
pub trait Print: Serialize {
    // Provided method
    fn print(&self) -> Result<()> { ... }
}

Provided Methods§

source

fn print(&self) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T: Serialize> Print for T