Struct jbcrs_basic::TypePathElement [] [src]

pub struct TypePathElement {
    pub path_kind: TypePathKind,
    pub argument_index: u8,
}

Fields

Trait Implementations

impl Debug for TypePathElement
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations