begin documentation
This commit is contained in:
parent
4ddca1f177
commit
3714cd5936
3 changed files with 142 additions and 26 deletions
|
|
@ -63,8 +63,7 @@ pub enum Error {
|
|||
#[error("invalid operation on signal")]
|
||||
InvalidOperation,
|
||||
|
||||
/// Attempting to index a signal not present in a trace (see
|
||||
/// [`mod@argus_semantics::Trace`].
|
||||
/// Attempting to index a signal not present in a trace.
|
||||
#[error("name not in signal trace")]
|
||||
SignalNotPresent,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue