mirror of
https://github.com/YGGverse/titanite.git
synced 2026-04-01 17:45:37 +00:00
make helper trait private
This commit is contained in:
parent
2d096515d4
commit
8622fb10b4
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ pub use response::Response;
|
||||||
|
|
||||||
pub const HEADER_MAX_LEN: usize = 1024;
|
pub const HEADER_MAX_LEN: usize = 1024;
|
||||||
|
|
||||||
pub trait Header {
|
trait Header {
|
||||||
fn header_bytes(&self) -> Result<&[u8]>;
|
fn header_bytes(&self) -> Result<&[u8]>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue