mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-28 00:00:17 +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::io::Cursor;
|
||||||
use std::sync::Arc;
|
use std::sync::Arc;
|
||||||
|
|
||||||
|
/// An immutable sequence of bytes
|
||||||
#[derive(Clone)]
|
#[derive(Clone)]
|
||||||
pub struct Bytes {
|
pub struct Bytes {
|
||||||
kind: Kind,
|
kind: Kind,
|
||||||
|
|||||||
Reference in New Issue
Block a user