Starting an IntoContextElement trait to allow for delayed evaluation.

This commit is contained in:
Tom Alexander
2020-05-30 16:34:32 -04:00
parent 581f9f7e97
commit 975ab278ef
5 changed files with 53 additions and 1 deletions

View File

@@ -110,6 +110,7 @@ pub struct Partial<'a> {
#[derive(Clone, Debug, PartialEq)]
pub enum OwnedLiteral {
LString(String),
LPositiveInteger(u64),
}