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