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.
pub trait EnvelopeFormat {
// Required method
fn format_item(&self, context: &FormatContext) -> EnvelopeFormatItem;
}Implementers of this trait define how to be formatted in when output in envelope notation.