feat(core): add an AnySignal trait for trait objects and downcasting of signals
This commit is contained in:
parent
aa952c3151
commit
a3d406f2b3
2 changed files with 16 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ pub use cmp_ops::*;
|
|||
use itertools::Itertools;
|
||||
pub use num_ops::*;
|
||||
use num_traits::NumCast;
|
||||
pub use traits::*;
|
||||
use utils::intersect_bounds;
|
||||
|
||||
use self::traits::LinearInterpolatable;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue