[][src]Trait ferrite_session::ElimField

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

Required methods

fn elim_field<A>(self, a: Applied<F, A>) -> R where
    A: Send + 'static, 

Loading content...

Implementors

impl<X> ElimField<Const<X>, X> for ElimConst where
    X: Send + 'static, 
[src]

Loading content...