Home
last modified time | relevance | path

Searched defs:H3ErrorCode (Results 1 – 3 of 3) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http/src/h3/
Derror.rs84 pub enum H3ErrorCode { enum
129 impl From<u64> for H3ErrorCode { implementation
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h3/
Dstream_manager.rs668 fn handle_stream_error(&mut self, cx: &mut Context<'_>, id: u64, err: &H3ErrorCode) { in handle_stream_error()
Dstreams.rs509 pub(crate) fn shutdown_stream(&mut self, cx: &mut Context<'_>, id: u64, err: &H3ErrorCode) { in shutdown_stream()