Fix a bug after latest PR

This commit is contained in:
Igor Katson 2024-03-29 12:34:13 +00:00
parent a58e924bfa
commit 3942483f25
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5

View file

@ -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)]