mirror of
https://github.com/arnaucube/phantom-zone.git
synced 2026-01-11 16:41:29 +01:00
add more comments in traits inside rgdw/runtime
This commit is contained in:
@@ -69,19 +69,6 @@ impl SingleDecomposerParams for (DecompostionLogBase, DecompositionCount) {
|
||||
}
|
||||
}
|
||||
|
||||
// impl DecomposerParams for (DecompostionLogBase, (DecompositionCount)) {
|
||||
// type Base = DecompostionLogBase;
|
||||
// type Count = DecompositionCount;
|
||||
|
||||
// fn decomposition_base(&self) -> Self::Base {
|
||||
// self.0
|
||||
// }
|
||||
|
||||
// fn decomposition_count(&self) -> Self::Count {
|
||||
// self.1
|
||||
// }
|
||||
// }
|
||||
|
||||
#[derive(Clone, PartialEq, Debug)]
|
||||
pub(crate) enum ParameterVariant {
|
||||
SingleParty,
|
||||
|
||||
Reference in New Issue
Block a user