pub trait FieldValue {
// Required method
fn fmt(&self, f: &mut Formatter<'_>) -> Result;
}
Expand description
The FieldValue
trait is implemented by the legal line protocol types.
pub trait FieldValue {
// Required method
fn fmt(&self, f: &mut Formatter<'_>) -> Result;
}
The FieldValue
trait is implemented by the legal line protocol types.