Files
codegenerator/codegenerator/templates/rust_cli/invoke_create.j2
Artem Goncharov 1ae47e0b0e Switch cli to openstack_types
There are lot of changes related to the deduplication caused mostly be
lot of data simplifactions done on the cli side for the responses which
are not done on openstack_types. This changes were applied manually to
the target repository since the changes require also bumping structable
version.

Some other minor enum sorting and docstring formatting fixes has been
applied.

Change-Id: Ifc508c54c01bd39af12e3023668e698085829a05
2025-04-17 14:41:11 +02:00

4 lines
145 B
Django/Jinja

{#- Create operation handling #}
let data = ep.query_async(client).await?;
op.output_single::<{{ response_class_name }}>(data)?;