Trait serde_pgrow::prelude::PgRowExt[][src]

pub trait PgRowExt {
    fn cast<'de, T>(&self) -> Result<T, PgDeError>
    where
        T: Deserialize<'de>
; }

Required methods

fn cast<'de, T>(&self) -> Result<T, PgDeError> where
    T: Deserialize<'de>, 
[src]

Loading content...

Implementations on Foreign Types

impl PgRowExt for PgRow[src]

fn cast<'de, T>(&self) -> Result<T, PgDeError> where
    T: Deserialize<'de>, 
[src]

Loading content...

Implementors

Loading content...