Skip to main content

ImplicitExtTerm

Trait ImplicitExtTerm 

Source
pub trait ImplicitExtTerm: ImplicitExtBound + ImplicitExtApp {
    // Required method
    fn apply_implicits(self, num: usize, new: impl FnMut(usize) -> Term) -> Self;
}

Required Methods§

Source

fn apply_implicits(self, num: usize, new: impl FnMut(usize) -> Term) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl ImplicitExtTerm for Term

Source§

fn apply_implicits(self, num: usize, new: impl FnMut(usize) -> Self) -> Self

Implementors§