First impl of plain scalar events as json

This commit is contained in:
Dominik Werder
2021-06-10 23:11:52 +02:00
parent 0c43d5367e
commit 20d5fe9573
7 changed files with 296 additions and 15 deletions

View File

@@ -509,7 +509,7 @@ where
}
}
struct Bool {}
pub struct Bool {}
impl Bool {
pub fn is_false(x: &bool) -> bool {