Home
last modified time | relevance | path

Searched defs:DecResult (Results 1 – 1 of 1) 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