Trait webscale_plugin::Link [] [src]

pub trait Link {
    fn send(&self, target: &str, message: &str);
}

Required Methods

Implementors