pub trait Host { // Required method fn log(&mut self, level: Level, msg: String); }
runtime
component-model
docsrs