Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/frame/
Dstream_id.rs17 pub struct StreamIdOverflow; struct
69 pub fn next_id(&self) -> Result<StreamId, StreamIdOverflow> { in next_id() argument