Expand description
Type introspection support for Varlink.
This module provides traits and types for runtime type introspection in Varlink, enabling the generation of type metadata and IDL information.
Traits§
- Custom
Type - Custom type introspection.
- Reply
Error - Trait providing description of a interface method reply error type.
- Type
- Type introspection.
Derive Macros§
- Custom
Type - Derives
Typefor structs and enums, generating named custom type definitions. - Reply
Error - Derives
ReplyErrorfor enums, generating error definitions for Varlink service errors. - Type
- Derives
Typefor structs and enums, generating appropriateType::ObjectorType::Enumrepresentation.