Skip to main content

gen_impl_block

Function gen_impl_block 

Source
pub fn gen_impl_block(
    typ: &TypeDef,
    mapper: &dyn TypeMapper,
    cfg: &RustBindingConfig<'_>,
    adapter_bodies: &AdapterBodies,
    opaque_types: &AHashSet<String>,
) -> String
Expand description

Generate a full methods impl block (non-opaque types).