mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 22:01:04 +00:00
Derive From for AllMessages and simplify send_msg (#1774)
This commit is contained in:
@@ -7,7 +7,7 @@ description = "Subsystem traits and message definitions"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1"
|
||||
derive_more = "0.99.9"
|
||||
derive_more = "0.99.11"
|
||||
futures = "0.3.5"
|
||||
futures-timer = "3.0.2"
|
||||
log = "0.4.8"
|
||||
|
||||
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user