pub struct LingCompiler { /* private fields */ }Implementations§
Source§impl LingCompiler
impl LingCompiler
pub fn new(config: CompilerConfig) -> Self
pub fn compile<P: AsRef<Path>>(&self, _input: P, _output: P) -> LingResult<()>
Auto Trait Implementations§
impl Freeze for LingCompiler
impl RefUnwindSafe for LingCompiler
impl Send for LingCompiler
impl Sync for LingCompiler
impl Unpin for LingCompiler
impl UnsafeUnpin for LingCompiler
impl UnwindSafe for LingCompiler
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