qemu/rust/qemu-api/tests
Paolo Bonzini 3701fb22df rust: qom: convert type_info! macro to an associated const
type_info! is only used in the definition of ObjectImpl::TYPE_INFO, and
in fact in all of them.  Pull type_info!'s definition into the ObjectImpl
trait, thus simplifying the external interface of qemu_api::definitions.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2024-12-10 18:49:26 +01:00
..
tests.rs rust: qom: convert type_info! macro to an associated const 2024-12-10 18:49:26 +01:00