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

pub trait PgRowExt {
    fn cast<T>(&self) -> Result<T, Error>
    where
        T: DeserializeOwned
; }

Required methods

fn cast<T>(&self) -> Result<T, Error> where
    T: DeserializeOwned
[src]

Loading content...

Implementations on Foreign Types

impl PgRowExt for PgRow[src]

Loading content...

Implementors

Loading content...