pub type CustomDecoder = Box<dyn Fn(&[u8]) -> PgResult<PgValue> + Send + Sync>;
Function type for decoding a custom type from text format.
pub struct CustomDecoder(/* private fields */);