oops... the most important type!
This commit is contained in:
parent
e4bf43dc6d
commit
a8e7f57e07
|
|
@ -2,6 +2,7 @@ use std::{cell::RefCell, collections::HashMap, hash::Hash, rc::Rc};
|
|||
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
||||
pub enum ValueInner {
|
||||
Boolean(bool),
|
||||
Number(i64),
|
||||
String(String),
|
||||
Table(Table),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user