Trait query_interface::ObjectEq [] [src]

pub trait ObjectEq: ObjectPartialEq { }

This is an object-safe version of Eq, which is automatically implemented for all Eq + Object types. This is a support trait used to allow Object trait objects to be comparable in this way.

Implementors