pub type ToolRuleBlocks = RegistryHolderSet<Block>;Expand description
The block holder set used by a tool rule.
Aliased Type§
pub enum ToolRuleBlocks {
Tag(Identifier),
Direct(Vec<&'static Block>),
}Variants§
Tag(Identifier)
A named registry tag.
Direct(Vec<&'static Block>)
An ordered list of direct registry references.