Home
last modified time | relevance | path

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

/external/rust/crates/tokio-util/tests/
Dudp.rs67 pub struct ByteCodec; struct
69 impl Decoder for ByteCodec { implementation
79 impl Encoder<&[u8]> for ByteCodec { implementation