pub struct AgeStanza<'a> {
pub tag: &'a str,
pub args: Vec<&'a str>,
// some fields omitted
}
Expand description
A section of the age header that encapsulates the file key as encrypted to a specific
recipient.
This is the reference type; see Stanza for the owned type.
A tag identifying this stanza type.
Decodes and returns the body of this stanza.
Formats the value using the given formatter. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.
impl<V, T> VZip<V> for T where
V: MultiLane<T>,