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

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

Required methods

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

Loading content...

Implementations on Foreign Types

impl PgSeqExt for Vec<PgRow>[src]

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

Loading content...

Implementors

Loading content...