Struct nom_pem::Block [] [src]

pub struct Block<'a> {
    pub block_type: &'a str,
    pub headers: Vec<HeaderEntry<'a>>,
    pub data: Vec<u8>,
}

structure representing one PEM block

Fields

Trait Implementations

impl<'a> Debug for Block<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> Display for Block<'a>
[src]

[src]

Formats the value using the given formatter. Read more