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

The crate version

The crate name

The list of authors of the crate

The URL of the crate's website

Trait Implementations

Auto Trait Implementations

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

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