[][src]Trait pleingres::Request

pub trait Request {
    fn request(&mut self, buf: &mut Buffer);
}

Types that can be converted to postgres commands.

Required methods

fn request(&mut self, buf: &mut Buffer)

Translate this request into a sequence of Postgres commands.

Loading content...

Implementations on Foreign Types

impl Request for String[src]

Loading content...

Implementors

Loading content...