Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/tokio-util/src/codec/
Dframed_impl.rs41 pub(crate) struct RWFrames { struct
42 pub(crate) read: ReadFrame,
43 pub(crate) write: WriteFrame,
96 impl Borrow<ReadFrame> for RWFrames { implementation
101 impl BorrowMut<ReadFrame> for RWFrames { implementation
106 impl Borrow<WriteFrame> for RWFrames { implementation
111 impl BorrowMut<WriteFrame> for RWFrames { implementation