Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/frame/
Dpriority.rs10 pub struct StreamDependency { struct
25 let dependency = StreamDependency::load(payload)?; in load() argument
46 impl StreamDependency { implementation