Skip to main content

CustomEncoder

Type Alias CustomEncoder 

Source
pub type CustomEncoder = Box<dyn Fn(&PgValue) -> Option<Vec<u8>> + Send + Sync>;
Expand description

Function type for encoding a custom type to text format.

Aliased Typeยง

pub struct CustomEncoder(/* private fields */);