pub fn validate_effect(
block: &Block,
data: &Everything,
sc: &mut ScopeContext,
tooltipped: Tooltipped,
) -> boolExpand description
The standard interface to effect validation. Validates an effect in the given ScopeContext.
tooltipped determines what warnings are emitted related to tooltippability of the effects
inside the block.