Home
last modified time | relevance | path

Searched refs:IResult (Results 1 – 2 of 2) sorted by relevance

/webrtc/webrtc/src/rtp_transceiver/
H A Dsrtp_writer_future.rs259 type IResult<T> = std::result::Result<T, interceptor::Error>; typedef
263 async fn read(&self, buf: &mut [u8], a: &Attributes) -> IResult<(usize, Attributes)> { in read()
270 async fn write(&self, pkt: &rtp::packet::Packet, _a: &Attributes) -> IResult<usize> { in write()
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_internal.rs1462 type IResult<T> = std::result::Result<T, interceptor::Error>; typedef
1470 ) -> IResult<usize> { in write()