Rid ourselves of the old Network trait.

This commit is contained in:
2021-10-09 15:24:51 -07:00
parent 0d35f1cdb3
commit 748dc33a36
3 changed files with 19 additions and 77 deletions

View File

@@ -84,7 +84,7 @@ impl fmt::Display for TestStackError {
impl From<TestStackError> for ServerResponseStatus {
fn from(_: TestStackError) -> Self {
ServerResponseStatus::GeneralFailure
ServerResponseStatus::GeneralFailure
}
}