Searched defs:H3ErrorCode (Results 1 – 3 of 3) sorted by relevance
84 pub enum H3ErrorCode { enum129 impl From<u64> for H3ErrorCode { implementation
668 fn handle_stream_error(&mut self, cx: &mut Context<'_>, id: u64, err: &H3ErrorCode) { in handle_stream_error()
509 pub(crate) fn shutdown_stream(&mut self, cx: &mut Context<'_>, id: u64, err: &H3ErrorCode) { in shutdown_stream()