Skip to content

Commit

Permalink
fix: incomplete set of properties
Browse files Browse the repository at this point in the history
close #1
  • Loading branch information
Serhii Khalymon authored and eirenik0 committed Jul 20, 2024
1 parent 8abcd98 commit 77ad7e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gstd_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ pub struct Property {
pub enum PropertyValue {
String(String),
Integer(i32),
Bool(bool),
}

/// Possible result in [`Response::response`] after
Expand Down

0 comments on commit 77ad7e8

Please sign in to comment.