diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-29 21:48:23 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-29 21:48:23 +0800 |
| commit | 596e5e2440df2d32f1cf3e052dc633e774edf6ee (patch) | |
| tree | dc98eb6a1789847b899207d0b99337bb3ccd92a5 /mingling/src/asset/chain.rs | |
| parent | 25a164f74c011e6e78846f226cbd7a8bd87db92f (diff) | |
Rename mingling to mingling_core and update dependencies
Diffstat (limited to 'mingling/src/asset/chain.rs')
| -rw-r--r-- | mingling/src/asset/chain.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mingling/src/asset/chain.rs b/mingling/src/asset/chain.rs deleted file mode 100644 index 1ea1125..0000000 --- a/mingling/src/asset/chain.rs +++ /dev/null @@ -1,8 +0,0 @@ -use crate::ChainProcess; - -pub mod error; - -pub trait Chain { - type Previous; - fn proc(p: Self::Previous) -> impl Future<Output = ChainProcess> + Send; -} |
