Skip to content

Commit

Permalink
Merge pull request #33 from datashapesai/feature/arginfo-debug
Browse files Browse the repository at this point in the history
Made `ArgInfo` `Debug`
  • Loading branch information
kevinmehall authored Jun 5, 2024
2 parents e11878a + fe9acce commit 803312a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/arginfo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ impl From<SoapySDRArgInfoType> for ArgType {
}
}


/// Metadata about supported arguments.
#[derive(Debug)]
pub struct ArgInfo {
/// The key used to identify the argument
pub key: String,
Expand Down

0 comments on commit 803312a

Please sign in to comment.