diff --git a/src/types.rs b/src/types.rs index 7de3470..2b46b99 100644 --- a/src/types.rs +++ b/src/types.rs @@ -35,6 +35,7 @@ impl_from!(Number, u32); impl_from!(Number, i32); impl_from!(String, String); impl_from!(String, &str); +impl_from!(Table, Table); pub type Value = Option;