Skip to content

Commit

Permalink
former : experimenting
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandalen committed Mar 23, 2024
1 parent 1daded7 commit e1f026a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/core/former/src/axiomatic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1f026a

Please sign in to comment.