1use super::hmr_update::HmrUpdate; 2 3#[derive(Debug)] 4pub struct ClientHmrUpdate { 5 pub client_id: String, 6 pub update: HmrUpdate, 7}