work
This commit is contained in:
@@ -27,3 +27,9 @@ impl From<CreateAccount> for ClientMsg {
|
||||
Self::CreateAccount(value)
|
||||
}
|
||||
}
|
||||
|
||||
impl From<ServerError> for ServerMsg {
|
||||
fn from(value: ServerError) -> Self {
|
||||
Self::ServerError(value)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user