Fix a bug after latest PR
This commit is contained in:
parent
a58e924bfa
commit
3942483f25
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ use serde::Deserialize;
|
|||
use clone_to_owned::CloneToOwned;
|
||||
|
||||
#[derive(Default, Deserialize, PartialEq, Eq, Hash, Clone, PartialOrd, Ord)]
|
||||
#[serde(transparent)]
|
||||
pub struct ByteBufOwned(pub Box<[u8]>);
|
||||
|
||||
#[derive(Default, Deserialize, PartialEq, Eq, Hash, Clone, PartialOrd, Ord)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue