Skip to main content

same_config_field

Function same_config_field 

Source
pub fn same_config_field(left: &Expr, right: &Expr) -> bool
Expand description

Returns true when two keys identify the same config field.

Unqualified symbol keys and string keys compare by their canonical field names. Keys outside that config-field identity fall back to exact expression equality.