[][src]Function c3p0_pg_async::pg_async::to_model

pub fn to_model<DATA: Clone + Serialize + DeserializeOwned, CODEC: JsonCodec<DATA>, IdIdx: RowIndex + Display, VersionIdx: RowIndex + Display, DataIdx: RowIndex + Display>(
    codec: &CODEC,
    row: &Row,
    id_index: IdIdx,
    version_index: VersionIdx,
    data_index: DataIdx
) -> Result<Model<DATA>, Box<dyn Error>>