Skip to main content

HostLog

Trait HostLog 

Source
pub trait HostLog {
    // Required method
    fn log(&self, message: &str);
}

Required Methods§

Source

fn log(&self, message: &str)

Implementors§