Trait moniker::OnBoundFn

source ·
pub trait OnBoundFn<N> {
    fn call(
        &self,
        state: ScopeState,
        bound_var: &BoundVar<N>
    ) -> Option<FreeVar<N>>; }

Required Methods

Implementations on Foreign Types

Implementors