mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-04-18 03:00:27 -04:00
wip storage integration
This commit is contained in:
@@ -62,6 +62,7 @@ impl TryToKal for Val {
|
||||
| Val::Static(..)
|
||||
| Val::Dynamic(..)
|
||||
| Val::CopyCounter(..) => return None,
|
||||
Val::StoragePtr(ptr) => return ptr.get().try_to_kal(),
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user