Trait serde_pgrow::prelude::PgSeqExt[][src]

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

Required methods

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

Loading content...

Implementations on Foreign Types

impl PgSeqExt for Vec<PgRow>[src]

Loading content...

Implementors

Loading content...