Add import

This commit is contained in:
bitfl0wer 2023-11-16 18:20:11 +01:00
parent f8795adc35
commit 6106ac41ae
1 changed files with 2 additions and 0 deletions

View File

@ -1,7 +1,9 @@
use tokio::task::JoinHandle;
use ws_stream_wasm::*;
use super::*;
/// Handles sending heartbeats to the gateway in another thread
#[allow(dead_code)] // FIXME: Remove this, once used
#[derive(Debug)]
pub struct WasmHeartbeatHandler {