Erasure

Type Alias Erasure 

Source
pub type Erasure<'a, T> = Var<'a, <T as Term>::Type>;

Aliased Typeยง

pub struct Erasure<'a, T> { /* private fields */ }