Header

Type Alias Header 

Source
pub type Header = Header;

Aliased Type§

pub struct Header {
    pub name: String,
    pub version: String,
    pub namespace: String,
}

Fields§

§name: String§version: String§namespace: String

Trait Implementations§

Source§

impl Default for Header

Source§

fn default() -> Self

Returns the “default value” for a type. Read more