aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/value.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/value.rs b/src/value.rs
index 07378cf..dd849e5 100644
--- a/src/value.rs
+++ b/src/value.rs
@@ -310,6 +310,7 @@ impl_into_value!(Float: f64);
impl_into_value!(Float: f32);
impl_into_value!(Boolean: bool);
impl_into_value!(Datetime: Datetime);
+impl_into_value!(Table: Table);
/// Types that can be used to index a `toml::Value`
///