pub fn gen_flow<'a>( input: &'a mut [u8], method: &'a Flow, ) -> Result<&'a mut [u8], GenError>
Serialize flow (Generated)