Trait iced_accessibility::id::IdEq
source · pub trait IdEq {
// Required method
fn eq(&self, other: &Self) -> bool;
}
Expand description
Similar to PartialEq, but only intended for use when comparing Ids
Required Methods§
Object Safety§
This trait is not object safe.