[][src]Function pgx::datum::cbor_decode

pub unsafe fn cbor_decode<'de, T>(input: *mut varlena) -> T where
    T: Deserialize<'de>,