I guess we're doing this again...
This commit is contained in:
parent
0208ecb4d2
commit
a81e9b4258
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,11 @@ pub enum ObjectPtr {
|
||||||
Ptr(Box<Object>),
|
Ptr(Box<Object>),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pub trait Object :
|
||||||
|
fmt::Display,
|
||||||
|
|
||||||
|
{ }
|
||||||
|
|
||||||
#[derive(Debug, PartialEq)]
|
#[derive(Debug, PartialEq)]
|
||||||
pub enum Object {
|
pub enum Object {
|
||||||
Bool(bool),
|
Bool(bool),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue