Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/hpack/
Ddecoder.rs145 struct StringMarker { struct
146 offset: usize,
147 len: usize,
148 string: Option<Bytes>,
307 ) -> Result<StringMarker, DecoderError> { in try_decode_string()
466 impl StringMarker { implementation