pub trait CopyField { // Required method fn encode(&self, buf: &mut Vec<u8>); }
A value encodable as a COPY text-format field.
COPY
Append this value’s text-format encoding to buf.
buf