Searched defs:bind (Results 1 – 6 of 6) sorted by relevance
141 async fn bind(&self, t: &TrackLocalContext) -> Result<RTCRtpCodecParameters> { in bind() method
184 async fn bind(&self, t: &TrackLocalContext) -> Result<RTCRtpCodecParameters> { in bind() method
79 async fn bind(&self, t: &TrackLocalContext) -> Result<RTCRtpCodecParameters>; in bind() method
23 async fn bind(self) -> io::Result<UdpSocket> { in bind() method
323 pub(crate) async fn bind( in bind() method522 pub async fn bind(&self, addr: SocketAddr) -> Result<Arc<dyn Conn + Send + Sync>> { in bind() method
535 async fn bind( in bind() method