Home
last modified time | relevance | path

Searched defs:DecResult (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
Ddecoder.rs549 enum DecResult<D, S> { enum
562 impl<D, S> From<H2Error> for DecResult<D, S> { implementation
/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
Ddecoder.rs843 pub(crate) enum DecResult<D, S> { enum
856 impl<D, S> From<QpackError> for DecResult<D, S> { implementation