pub trait Format<F> {
// Required method
fn format(&self, fmt: &mut Formatter<'_>) -> Result;
}
Expand description
Get a Falco-style string representation of a field or an event
The type parameter will generally be one of the structs from format_type