pub trait ISmCoreSupport: Sync + Send {
    // Required methods
    fn sm_log(&self, txt: &str);
    fn get_current_ms(&self) -> u128;
}

Required Methods§

source

fn sm_log(&self, txt: &str)

source

fn get_current_ms(&self) -> u128

Implementors§