Function postgres_protocol::message::frontend::bind
[−]
[src]
pub fn bind<I, J, F, T, K>(
portal: &str,
statement: &str,
formats: I,
values: J,
serializer: F,
result_formats: K,
buf: &mut Vec<u8>
) -> Result<(), BindError> where
I: IntoIterator<Item = i16>,
J: IntoIterator<Item = T>,
F: FnMut(T, &mut Vec<u8>) -> Result<IsNull, Box<Error + Sync + Send>>,
K: IntoIterator<Item = i16>,