Struct jbcrs_basic::TypeAnnotation [] [src]

pub struct TypeAnnotation {
    pub target_type: TargetType,
    pub target_path: Vec<TypePathElement>,
    pub annotation: Annotation,
}

Fields

Trait Implementations

impl Debug for TypeAnnotation
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations