Skip to main content

ProjectionPredicate

Type Alias ProjectionPredicate 

Source
pub type ProjectionPredicate = ProjectionClause;
👎Deprecated:

renamed to ProjectionClause

Aliased Type§

pub struct ProjectionPredicate {
    pub projection_term: AliasTerm,
    pub term: TermKind,
}

Fields§

§projection_term: AliasTerm§term: TermKind

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 112 bytes