pub trait EnvelopeFormat {
    // Required method
    fn format_item(&self, context: &FormatContext) -> EnvelopeFormatItem;
}
Expand description

Implementers of this trait define how to be formatted in when output in envelope notation.

Required Methods§

Implementations on Foreign Types§

source§

impl EnvelopeFormat for ARID

Implementors§