Struct lojidoc::model::model::Exception [] [src]

pub struct Exception {
    pub exception_type: String,
    pub desc: String,
}

Struct representing method parameter data contained in javadoc and method declaration

Fields

Methods

impl Exception
[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Exception
[src]

[src]

Formats the value using the given formatter. Read more