Struct human_panic::Metadata [] [src]

pub struct Metadata<'a> {
    pub version: &'a str,
    pub name: &'a str,
    pub authors: &'a str,
    pub homepage: &'a str,
}

A convenient metadata struct that describes a crate

Fields

Trait Implementations

Auto Trait Implementations

impl<'a> Send for Metadata<'a>

impl<'a> Sync for Metadata<'a>