pub struct ProgramCompiler<'expr> { /* private fields */ }Implementations§
Source§impl<'expr> ProgramCompiler<'expr>
impl<'expr> ProgramCompiler<'expr>
pub fn new(root: Arc<Expr<'expr, FieldId>>) -> Self
pub fn compile(self) -> LlkvResult<ProgramSet<'expr>>
Trait Implementations§
Auto Trait Implementations§
impl<'expr> Freeze for ProgramCompiler<'expr>
impl<'expr> RefUnwindSafe for ProgramCompiler<'expr>
impl<'expr> Send for ProgramCompiler<'expr>
impl<'expr> Sync for ProgramCompiler<'expr>
impl<'expr> Unpin for ProgramCompiler<'expr>
impl<'expr> UnwindSafe for ProgramCompiler<'expr>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more