Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/
Dstream.rs882 pub struct SendBuf { struct
905 impl SendBuf { impl
907 fn new(max_data: u64) -> SendBuf { in new()