Trait rustc::middle::ty::HasProjectionTypesUnstable [-] [+] [src]

pub trait HasProjectionTypes {
    fn has_projection_types(&self) -> bool;
}

Required Methods

fn has_projection_types(&self) -> bool

Implementors