Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/h2/src/proto/streams/
Dstate.rs221 pub fn reserve_local(&mut self) -> Result<(), UserError> { in reserve_local() method
Dsend.rs74 pub fn reserve_local(&mut self) -> Result<StreamId, UserError> { in reserve_local() method