Skip to main content

binding_fields

Function binding_fields 

Source
pub fn binding_fields(fields: &[FieldDef]) -> impl Iterator<Item = &FieldDef>
Expand description

Fields that should be emitted in generated binding structs.

Source-level binding exclusions (#[doc(hidden)] / #[cfg_attr(alef, alef(skip))]) keep the field in IR so conversion code can still default the core field, but public language DTOs must not expose it.