Trait hdk::prelude::HeaderInner[][src]

pub trait HeaderInner {
    pub fn into_header(self) -> Header;
}

A trait to specify the common parts of a Header

Required methods

pub fn into_header(self) -> Header[src]

Get a full header from the subset

Loading content...

Implementors

Loading content...