Enum syntax::parse::parser::AliasKind[][src]

pub enum AliasKind {
    Weak(P<Ty>),
    Existential(GenericBounds),
}

Whether the type alias or associated type is a concrete type or an existential type

Variants

Just a new name for the same type

Only trait impls of the type will be usable, not the actual type itself

Trait Implementations

impl Debug for AliasKind
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for AliasKind

impl !Sync for AliasKind