Skip to main content

CustomDecoder

Type Alias CustomDecoder 

Source
pub type CustomDecoder = Box<dyn Fn(&[u8]) -> PgResult<PgValue> + Send + Sync>;
Expand description

Function type for decoding a custom type from text format.

Aliased Typeยง

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