From e1f026af43dba94fb75772a771ecefc3d3dcac49 Mon Sep 17 00:00:00 2001 From: wandalen Date: Sat, 23 Mar 2024 20:07:57 +0200 Subject: [PATCH] former : experimenting --- module/core/former/src/axiomatic.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/core/former/src/axiomatic.rs b/module/core/former/src/axiomatic.rs index 1587a215ab..54fbe0698c 100644 --- a/module/core/former/src/axiomatic.rs +++ b/module/core/former/src/axiomatic.rs @@ -14,9 +14,9 @@ pub trait StoragePerform : Storage /// xxx pub trait FormerDefinition { - // type Storage : StoragePerform< Definition = Self >; type Storage : Storage< Definition = Self >; type Formed; + // type Contex; } // pub trait FormerDefinition