ISmCoreSupport

Trait ISmCoreSupport 

Source
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§