Fine-tune passing errors from the server to the client

This commit is contained in:
Valentin Tolmer
2021-05-10 10:21:24 +02:00
parent 6b8cccede0
commit e1047124fa
5 changed files with 49 additions and 34 deletions

View File

@@ -1,4 +1,4 @@
use serde::{Serialize, Deserialize};
use serde::{Deserialize, Serialize};
#[derive(PartialEq, Eq, Debug, Serialize, Deserialize, Clone)]
pub struct BindRequest {