Derive From for AllMessages and simplify send_msg (#1774)

This commit is contained in:
Bastian Köcher
2020-10-01 18:22:15 +02:00
committed by GitHub
parent 579614d127
commit 5d8ae8d024
4 changed files with 41 additions and 41 deletions
+1 -1
View File
@@ -519,7 +519,7 @@ impl CollationGenerationMessage {
}
/// A message type tying together all message types that are used across Subsystems.
#[derive(Debug)]
#[derive(Debug, derive_more::From)]
pub enum AllMessages {
/// Message for the validation subsystem.
CandidateValidation(CandidateValidationMessage),