No luck.
This commit is contained in:
@@ -26,8 +26,8 @@ pub trait Loopable {
|
||||
fn get_loop_elements(&self) -> Vec<&dyn ContextElement>;
|
||||
}
|
||||
|
||||
impl PartialEq<dyn ContextElement> for dyn ContextElement {
|
||||
fn eq(&self, other: &dyn ContextElement) -> bool {
|
||||
todo!()
|
||||
}
|
||||
}
|
||||
// impl PartialEq<dyn ContextElement> for dyn ContextElement {
|
||||
// fn eq(&self, other: &dyn ContextElement) -> bool {
|
||||
// todo!()
|
||||
// }
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user