This commit is contained in:
Dominik Werder
2024-10-22 16:33:31 +02:00
parent f754c5c962
commit ec425198f0
3 changed files with 33 additions and 14 deletions

View File

@@ -109,6 +109,8 @@ pub trait BinningggContainerBinsDyn: fmt::Debug + Send + fmt::Display + WithLen
pub type BinsBoxed = Box<dyn BinningggContainerBinsDyn>;
pub type EventsBoxed = Box<dyn BinningggContainerEventsDyn>;
pub trait BinningggBinnerTy: fmt::Debug + Send {
type Input: fmt::Debug;
type Output: fmt::Debug;