mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-16 00:00:15 +02:00
Add some docs
This commit is contained in:
@@ -10,6 +10,7 @@ use std::{cmp, fmt, ops};
|
||||
use std::io::Cursor;
|
||||
use std::sync::Arc;
|
||||
|
||||
/// An immutable sequence of bytes
|
||||
#[derive(Clone)]
|
||||
pub struct Bytes {
|
||||
kind: Kind,
|
||||
|
||||
Reference in New Issue
Block a user