Struct derbyjson::Note [] [src]

pub struct Note {
    pub note: String,
    pub author: Option<String>,
}

A note about something that happened. These notes may be attached to quite a few objects found elsewhere in the spec.

Fields