Home
last modified time | relevance | path

Searched defs:DispatchErrorKind (Results 1 – 5 of 5) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
Dmanager.rs150 ) -> Poll<Result<(), DispatchErrorKind>> { in manage_pending_state() argument
166 fn poll_recv_request(&mut self, cx: &mut Context<'_>) -> Result<(), DispatchErrorKind> { in poll_recv_request() argument
210 fn poll_input_request(&mut self, cx: &mut Context<'_>) -> Result<(), DispatchErrorKind> { in poll_input_request() argument
232 ) -> Result<(), DispatchErrorKind> { in input_stream_frame() argument
260 fn poll_send_frame(&mut self, frame: Frame) -> Result<(), DispatchErrorKind> { in poll_send_frame() argument
294 ) -> Poll<Result<(), DispatchErrorKind>> { in poll_recv_frame() argument
329 fn recv_settings_frame(&mut self, frame: Frame) -> Result<(), DispatchErrorKind> { in recv_settings_frame() argument
380 fn recv_ping_frame(&mut self, frame: Frame) -> Result<(), DispatchErrorKind> { in recv_ping_frame() argument
510 fn recv_window_frame(&mut self, frame: Frame) -> Result<(), DispatchErrorKind> { in recv_window_frame() argument
535 kind: DispatchErrorKind, in manage_resp_error()
[all …]
Doutput.rs79 fn poll_read_frame(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), DispatchErrorKind>> { in poll_read_frame() argument
141 fn poll_blocked_task(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), DispatchErrorKind>> { in poll_blocked_task() argument
165 ) -> Poll<Result<(), DispatchErrorKind>> { in poll_iterator_frames() argument
197 exit_err: DispatchErrorKind, in transmit_error()
198 ) -> Poll<Result<(), DispatchErrorKind>> { in transmit_error() argument
212 ) -> Poll<Result<(), DispatchErrorKind>> { in transmit_message() argument
Dinput.rs135 fn poll_writer_frame(&mut self, cx: &mut Context<'_>) -> Poll<Result<(), DispatchErrorKind>> { in poll_writer_frame() argument
190 fn poll_recv_frame(&mut self, cx: &mut Context<'_>) -> Poll<Result<Frame, DispatchErrorKind>> { in poll_recv_frame() argument
Dstreams.rs375 ) -> Result<(), DispatchErrorKind> { in window_update_conn() argument
387 ) -> Result<(), DispatchErrorKind> { in window_update_streams() argument
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Ddispatcher.rs201 pub(crate) enum DispatchErrorKind { enum
635 impl From<std::io::Error> for DispatchErrorKind { implementation
641 impl From<H2Error> for DispatchErrorKind { implementation