Closed Paul-E closed 6 years ago
If SdpAttribute implements PartialEq, then we can do things such as attributes.contains(&SdpAttribute::IceLite), rather than custom for loops.
SdpAttribute
PartialEq
attributes.contains(&SdpAttribute::IceLite)
This has been solved through one of the recent syncs from Mozilla-central.
If
SdpAttribute
implementsPartialEq
, then we can do things such asattributes.contains(&SdpAttribute::IceLite)
, rather than custom for loops.