xref: /aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytes-1.6.0/src/fmt/mod.rs (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
1 mod debug;
2 mod hex;
3 
4 /// `BytesRef` is not a part of public API of bytes crate.
5 struct BytesRef<'a>(&'a [u8]);
6