pub async fn send_message<T>(tab_id: TabId, message: &T) -> Result<(), Error>where
    T: Serialize,
Expand description