mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 16:57:58 +00:00
refactor+feat: allow subsystems to send only declared messages, generate graphviz (#5314)
Closes #3774 Closes #3826
This commit is contained in:
committed by
GitHub
parent
26340b9054
commit
511891dcce
@@ -86,7 +86,7 @@ pub const MAX_FINALITY_LAG: u32 = 500;
|
||||
/// We are not using `NonZeroU32` here because `expect` and `unwrap` are not yet const, so global
|
||||
/// constants of `SessionWindowSize` would require `lazy_static` in that case.
|
||||
///
|
||||
/// See: https://github.com/rust-lang/rust/issues/67441
|
||||
/// See: <https://github.com/rust-lang/rust/issues/67441>
|
||||
#[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd)]
|
||||
pub struct SessionWindowSize(SessionIndex);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user