it seems to be useful to make SignalIdx content public for a GUI frontend
This commit is contained in:
parent
284e97efd2
commit
9033f977d5
|
@ -31,7 +31,7 @@ pub(super) struct Metadata {
|
|||
pub struct ScopeIdx(pub usize);
|
||||
|
||||
#[derive(Debug, Copy, Clone, PartialEq)]
|
||||
pub struct SignalIdx(pub(super) usize);
|
||||
pub struct SignalIdx(pub usize);
|
||||
|
||||
#[derive(Debug)]
|
||||
pub(super) struct Scope {
|
||||
|
|
Loading…
Reference in a new issue