Monitor

Trait Monitor 

Source
pub trait Monitor {
    // Required method
    fn to_string(&self, n: usize) -> String;
}

Required Methods§

Source

fn to_string(&self, n: usize) -> String

Implementors§