Modules§
Macros§
- Helper macro for constructing
Value
objects. Object body is similar to a Rust struct body, and field values are automatically converted toValue
via theFrom
trait. - Helper macro for constructing
Value::Union
values.
Enums§
- Error type used by the codec.
- Our internal neutral form for FIDL values.
Functions§
- Decode a FIDL value.
- Decode a FIDL request from a byte buffer and a list of handles.
- Decode a FIDL response from a byte buffer and a list of handles.
- Serialize a value into a FIDL serialized value.
- Serialize a value into a FIDL request.
- Serialize a value into a FIDL response.