Expand description
AWS query protocol meets Serde
Enums§
Functions§
- from_
bytes - The type represents all possible errors than can occur when serializing or deserializing
a query string written in accordance with AWS Query protocol.
Deserializes a querystring from a
&[u8]. - from_
reader - from_
str - Deserializes a querystring from a
&[u8].