pub trait SerializeBytesToString: ToString { }
Expand description
Marker trait used to automatically implement SerializeBytes
for any type
that implements ToString
.
pub trait SerializeBytesToString: ToString { }
Marker trait used to automatically implement SerializeBytes
for any type
that implements ToString
.