Function pgwire::message::encode_row_description[][src]

pub fn encode_row_description(
    desc: &RelationDesc,
    formats: &[Format]
) -> Vec<FieldDescription>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator