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

Serialize ack (Generated)