Searched refs:Information (Results 1 – 3 of 3) sorted by relevance
| /xiu/library/streamhub/src/ |
| H A D | define.rs | 137 pub enum Information { enum 152 pub type InformationSender = mpsc::UnboundedSender<Information>; 153 pub type InformationReceiver = mpsc::UnboundedReceiver<Information>;
|
| H A D | lib.rs | 16 DataReceiver, DataSender, FrameData, FrameDataSender, Information, PubSubInfo, 520 sender: mpsc::UnboundedSender<Information>, in request() argument
|
| /xiu/protocol/rtsp/src/session/ |
| H A D | mod.rs | 51 FrameData, Information, InformationSender, NotifyInfo, PublishType, PublisherInfo, 247 if let Some(Information::Sdp { data }) = receiver.recv().await { in handle_describe() 819 if let Err(err) = sender.send(Information::Sdp { in send_information()
|