Interface | Description |
---|---|
SkylarkRuleContextActionsApi |
Struct containing methods that create actions within the implementation function of a user
defined rule
|
Class | Description |
---|---|
SkylarkDescription |
Description for User Defined Rules.
|
SkylarkDescriptionArg |
Description arg for user defined rules.
|
SkylarkRuleContext |
The context passed to user defined rules' implementation functions
|
SkylarkRuleContextActions |
Container for all methods that create actions within the implementation function of a user
defined rule
|
SkylarkRuleContextAttr |
The struct representing the 'attr' property of the 'ctx' struct passed to a user defined rule's
implementation function
|
SkylarkUserDefinedRule |
The
BaseFunction that is returned by `rule()`. |