Expand description
Defines types related to the RESP
protocol and their encoding/decoding
Structs§
Enums§
Traits§
- Args
OrCollection - Generic Marker for Collections of
IntoArgs
- From
KeyValue Value Array - Marker for key/value array
- From
Single Value Array - Marker for single value array
- From
Value - Into
Args - Types compatible with command args
- KeyValue
ArgOr Collection - Marker for key/value collections of Args
- Single
ArgOr Collection - Marker for collections of single items (directly convertible to
CommandArg
) ofIntoArgs
Functions§
- cmd
- Shortcut function to creating a command with a single argument.