Skip to main content

Module type_mapper

Module type_mapper 

Source

Structs§

IdentityMapper
Identity mapper — all type names pass through unchanged. Used as the default mapper when no backend-specific renaming is required.

Traits§

TypeMapper
Trait for mapping IR types to language-specific type strings. Backends implement only what differs from the Rust default.