Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tungstenite/src/protocol/frame/
Dmod.rs211 pub(super) fn buffer_frame<Stream>(&mut self, stream: &mut Stream, frame: Frame) -> Result<()> in buffer_frame() method
/aosp_15_r20/external/rust/android-crates-io/crates/tungstenite/src/protocol/
Dmod.rs711 fn buffer_frame<Stream>(&mut self, stream: &mut Stream, mut frame: Frame) -> Result<()> in buffer_frame() method