Trait ferrite_session::internal::functional::ElimField[][src]

pub trait ElimField<F, R> where
    F: TyCon
{ fn elim_field<A>(self, a: App<F, A>) -> R
    where
        A: Send + 'static
; }

Required methods

Implementors