From 6bc81bb5a5b35d8010c2d27afdc738af9de1f02c Mon Sep 17 00:00:00 2001 From: Luca Cominardi Date: Thu, 5 Sep 2024 15:19:20 +0200 Subject: [PATCH] Update ZBytes comment --- zenoh/src/api/bytes.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zenoh/src/api/bytes.rs b/zenoh/src/api/bytes.rs index 269451388d..c79e07a328 100644 --- a/zenoh/src/api/bytes.rs +++ b/zenoh/src/api/bytes.rs @@ -86,7 +86,7 @@ impl From for Option { } } -/// Trait to encode a type `T` into a [`Value`]. +/// Trait to encode a type `T` into a [`ZBytes`]. pub trait Serialize { type Output;