Struct lojidoc::model::model::Param [] [src]

pub struct Param {
    pub desc: String,
    pub name: String,
    pub var_type: String,
}

Struct representing method parameter data contained in javadoc and method declaration

Fields

Methods

impl Param
[src]

[src]

[src]

Trait Implementations

impl Debug for Param
[src]

[src]

Formats the value using the given formatter. Read more