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