Struct human_panic::Metadata[][src]

pub struct Metadata {
    pub version: Cow<'static, str>,
    pub name: Cow<'static, str>,
    pub authors: Cow<'static, str>,
    pub homepage: Cow<'static, 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

Auto Trait Implementations

impl Send for Metadata

impl Sync for Metadata