diff --git a/packages/ciphernode/data/src/snapshot.rs b/packages/ciphernode/data/src/snapshot.rs index 50b8a71e..814caaaf 100644 --- a/packages/ciphernode/data/src/snapshot.rs +++ b/packages/ciphernode/data/src/snapshot.rs @@ -38,7 +38,6 @@ pub trait FromSnapshotWithParams: Snapshot { async fn from_snapshot(params: Self::Params, snapshot: Self::Snapshot) -> Result; } - /// Enable the self type to be reconstituted from the Snapshot only #[async_trait] pub trait FromSnapshot: Snapshot {