Struct derbyjson::Involved [] [src]

pub struct Involved {
    pub skater: String,
    pub notes: Vec<Note>,
}

Fields