Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
Dencoder.rs70 pub struct EncodeMessage { struct
75 impl EncodeMessage { impl
202 pub fn encode(&mut self, stream_id: u64) -> EncodeMessage { in encode()
/commonlibrary/rust/ylong_http/ylong_http/src/h3/
Dencoder.rs284 pub(crate) fn message(&self) -> &EncodeMessage { in message()