aboutsummaryrefslogtreecommitdiff
path: root/lockchain-http/src/models/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lockchain-http/src/models/mod.rs')
-rw-r--r--lockchain-http/src/models/mod.rs6
1 files changed, 2 insertions, 4 deletions
diff --git a/lockchain-http/src/models/mod.rs b/lockchain-http/src/models/mod.rs
index a80872c..f83dc35 100644
--- a/lockchain-http/src/models/mod.rs
+++ b/lockchain-http/src/models/mod.rs
@@ -3,12 +3,10 @@
pub mod inputs;
pub mod responses;
-use serde::{de::DeserializeOwned, Serialize};
-use std::error::Error;
-
/// A wrapper model for various API response types
#[derive(Serialize, Deserialize)]
-pub enum Response{
+pub enum Response
+{
/// Indicate general success of an operation
Success,
/// Indicate a failure of some kind