The 3 binned binary tests pass

This commit is contained in:
Dominik Werder
2021-06-09 18:14:02 +02:00
parent 98dbae02d5
commit 1df36f3aeb
9 changed files with 98 additions and 610 deletions
+1
View File
@@ -33,6 +33,7 @@ pub trait Collectable {
fn append_to(&self, collected: &mut Self::Collected);
}
// TODO can be removed?
pub trait Collectable2: Any {
fn as_any_ref(&self) -> &dyn Any;
fn append(&mut self, src: &dyn Any);