From 57e0309994be634f3935cf981d4b1ce60b481aba Mon Sep 17 00:00:00 2001 From: Max Audron Date: Tue, 9 Mar 2021 17:18:22 +0100 Subject: WIP: impl signalproxy types --- src/primitive/string.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/primitive/string.rs') diff --git a/src/primitive/string.rs b/src/primitive/string.rs index 590c529..7ea838d 100644 --- a/src/primitive/string.rs +++ b/src/primitive/string.rs @@ -10,6 +10,8 @@ use log::trace; use crate::util; use crate::{Deserialize, DeserializeUTF8, Serialize, SerializeUTF8}; +pub type ByteArray = String; + /// We Shadow the String type here as we can only use impl on types in our own scope. /// /// Strings are serialized as an i32 for the length in bytes, then the chars represented in UTF-16 in bytes. -- cgit v1.2.3