Struct postgres_protocol::message::backend::DataRowBody
[−]
[src]
pub struct DataRowBody<T> { /* fields omitted */ }
pub struct DataRowBody<T> { /* fields omitted */ }
impl<T> DataRowBody<T> where T: Deref<Target=[u8]>
[src]fn values<'a>(&'a self) -> DataRowValues<'a>