it seems to be useful to make SignalIdx content public for a GUI frontend

This commit is contained in:
Yehowshua Immanuel 2022-09-15 09:17:42 -04:00
parent 284e97efd2
commit 9033f977d5

View file

@ -31,7 +31,7 @@ pub(super) struct Metadata {
pub struct ScopeIdx(pub usize); pub struct ScopeIdx(pub usize);
#[derive(Debug, Copy, Clone, PartialEq)] #[derive(Debug, Copy, Clone, PartialEq)]
pub struct SignalIdx(pub(super) usize); pub struct SignalIdx(pub usize);
#[derive(Debug)] #[derive(Debug)]
pub(super) struct Scope { pub(super) struct Scope {