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
exception_type: String
desc: String