1 2 3 4 5 6 7
mod task; #[allow(unused_imports)] pub(crate) use task::*; /// We define the communication protocol here pub(crate) type RemoteProtocol = burn_communication::websocket::WebSocket;