diff options
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; -} |
