From<Table>

This commit is contained in:
numzero 2025-04-11 20:01:56 +03:00
parent 291333444f
commit 7829d959ce

View File

@ -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<ValueInner>;