pub async fn send_message<T: Serialize>( stream: &mut Stream, msg: &T, ) -> Result<(), PluginError>
Send a serialized message over an IPC stream