Module di_builder

Module di_builder 

Source

Structsยง

DIBuilderBox ๐Ÿ”’
Owning pointer to a DIBuilder<'ll> that will dispose of the builder when dropped. Use .as_ref() to get the underlying &DIBuilder needed for debuginfo FFI calls.

Traitsยง

DIBuilderExt ๐Ÿ”’
Extension trait for defining safe wrappers and helper methods on &DIBuilder<'ll>, without requiring it to be defined in the same crate.