pub type CustomEncoder = Box<dyn Fn(&PgValue) -> Option<Vec<u8>> + Send + Sync>;
Function type for encoding a custom type to text format.
pub struct CustomEncoder(/* private fields */);