Module names
Source - call_ref
- Returns the name of the function call that takes an argument by reference.
- call_val
- Returns the name of the function call that takes an argument by value.
- default_ref_type
- Returns the default name for a ref type.
- emit_ref
- Returns the name of the event emitter that takes an argument by reference.
- emit_val
- Returns the name of the event emitter that takes an argument by value.
- enum_ref_type_ctor
- Returns the name of the constructor function in a ref type for an enum’s variant.
- event_args
- Returns the name for an inline struct or enum used as an event’s argument.
- event_variant
- Returns the name for an event’s enum variant.
- function_args
- Returns the name for an inline struct or enum used as a functions’s
args. - function_err
- Returns the name for an inline struct or enum used as a functions’s
err. - function_ok
- Returns the name for an inline struct or enum used as a functions’s
ok. - function_variant
- Returns the name for a functions’s enum variant.
- register_introspection
- service_call
- Returns the name of a service’s call type.
- service_call_handler
- Returns the name of a service’s call handler trait.
- service_event
- Returns the name of a service’s event type.
- service_event_handler
- Returns the name of a service’s event handler trait.
- service_introspection
- Returns the name of a service’s introspection type.
- service_proxy
- Returns the name of a service’s proxy type.
- subscribe
- Returns the name of event’s subscribe function.
- unsubscribe
- Returns the name of event’s unsubscribe function.