mirror of
https://github.com/dnaka91/obws
synced 2024-11-13 19:12:03 +00:00
Run rustfmt
This commit is contained in:
parent
9adb162f56
commit
2489ab49c0
@ -5,13 +5,12 @@ use tokio::sync::{oneshot, Mutex};
|
||||
use tokio_tungstenite::tungstenite::Message;
|
||||
use tracing::debug;
|
||||
|
||||
use super::InnerError;
|
||||
use crate::{
|
||||
requests::{ClientRequest, EventSubscription, Identify},
|
||||
responses::{Hello, Identified, RequestResponse, ServerMessage, Status},
|
||||
};
|
||||
|
||||
use super::InnerError;
|
||||
|
||||
/// Wrapper for the list of ongoing requests that wait for response.
|
||||
#[derive(Default)]
|
||||
pub(super) struct ReceiverList(Mutex<HashMap<u64, oneshot::Sender<(Status, serde_json::Value)>>>);
|
||||
|
Loading…
Reference in New Issue
Block a user