Struct xswag_syntax_java::ast::Type [] [src]

pub struct Type {
    pub name: Path,
    pub dims: Dims,
}

Fields

Methods

impl Type
[src]

Trait Implementations

impl Debug for Type
[src]

Formats the value using the given formatter.

impl Clone for Type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more