mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-24 16:58:00 +00:00
add missing Vec<u8> deserialization hint to Deserializer
This commit is contained in:
@@ -17,6 +17,7 @@ pub enum Token<'a> {
|
||||
Str(&'a str),
|
||||
String(String),
|
||||
Bytes(&'a [u8]),
|
||||
ByteBuf(Vec<u8>),
|
||||
|
||||
Option(bool),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user