Function gen_connection

Source
pub fn gen_connection<'a, W: Write + BackToTheBuffer + 'a>(
    method: &'a AMQPMethod,
) -> impl SerializeFn<W> + 'a
Expand description

Serialize connection (Generated)