serde-pgrow 0.3.6

Deserialize a serde-type from a PgRow
Documentation
1
2
3
4
#[derive(Debug)]
pub struct DeSeqOfPgAnyOpt<I> {
    pub(super) elements: I,
}