style(semantics): move macro impls to specific modules
This commit is contained in:
parent
b517043d0e
commit
55b7cdd075
5 changed files with 127 additions and 122 deletions
|
|
@ -24,6 +24,9 @@ pub enum Error {
|
|||
|
||||
#[error("name not in signal trace")]
|
||||
SignalNotPresent,
|
||||
|
||||
#[error("incorrect signal type")]
|
||||
InvalidSignalType,
|
||||
}
|
||||
|
||||
pub type ArgusError = Error;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue