pub fn send<T>(target: Target, data: &T)where T: Message,
Send a message from this package to a specific target.
target