postgres_protocol::message::backend
pub struct CopyDataBody<T> { /* fields omitted */ }
impl<T> CopyDataBody<T> where T: Deref<Target=[u8]>
fn data(&self) -> &[u8]