From<Table>
This commit is contained in:
parent
291333444f
commit
7829d959ce
|
|
@ -35,6 +35,7 @@ impl_from!(Number, u32);
|
||||||
impl_from!(Number, i32);
|
impl_from!(Number, i32);
|
||||||
impl_from!(String, String);
|
impl_from!(String, String);
|
||||||
impl_from!(String, &str);
|
impl_from!(String, &str);
|
||||||
|
impl_from!(Table, Table);
|
||||||
|
|
||||||
pub type Value = Option<ValueInner>;
|
pub type Value = Option<ValueInner>;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user