From 7829d959cea48df67055e499e09051c3d0a7f4a5 Mon Sep 17 00:00:00 2001 From: numzero Date: Fri, 11 Apr 2025 20:01:56 +0300 Subject: [PATCH] From --- src/types.rs | 1 + 1 file changed, 1 insertion(+) 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;