Home
last modified time | relevance | path

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

/webrtc/data/src/data_channel/
H A Dmod.rs399 write_fut: Option<Pin<Box<dyn Future<Output = Result<usize>> + Send>>>, field
/webrtc/sctp/src/stream/
H A Dmod.rs588 write_fut: Option<Pin<Box<dyn Future<Output = Result<usize>>>>>, field