Struct darklua_core::rules::RemoveFunctionCallParens [−][src]
pub struct RemoveFunctionCallParens {}
Expand description
A rule that removes parentheses when calling functions with a string or a table.
Trait Implementations
Returns the “default value” for a type. Read more
The rule deserializer will construct the default rule and then send the properties through this method to modify the behavior of the rule. Read more
For implementing the serialize trait on the Rule trait, this method should return all properties that differs from their default value. Read more
Returns true
if the rule has at least one property.