Starting an IntoContextElement trait to allow for delayed evaluation.
This commit is contained in:
@@ -110,6 +110,7 @@ pub struct Partial<'a> {
|
||||
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
pub enum OwnedLiteral {
|
||||
LString(String),
|
||||
LPositiveInteger(u64),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user