Searched refs:IResult (Results 1 – 2 of 2) sorted by relevance
259 type IResult<T> = std::result::Result<T, interceptor::Error>; typedef263 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()
1462 type IResult<T> = std::result::Result<T, interceptor::Error>; typedef1470 ) -> IResult<usize> { in write()