Skip to content

Commit

Permalink
Made ArgInfo Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
metasim committed Jun 4, 2024
1 parent e11878a commit fe9acce
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 fe9acce

Please sign in to comment.