Type Alias PolyExistentialProjection

Source
pub type PolyExistentialProjection<'db> = Binder<'db, ExistentialProjection<'db>>;

Aliased Type§

pub struct PolyExistentialProjection<'db> { /* private fields */ }

Trait Implementations§

Source§

impl<'db> ToTrace<'db> for PolyExistentialProjection<'db>

Source§

fn to_trace(cause: &ObligationCause, a: Self, b: Self) -> TypeTrace<'db>