alef-codegen 0.15.13

Shared codegen utilities for the alef polyglot binding generator
Documentation
1
2
3
4
5
/// Wrapper that bridges a foreign {{ wrapper_prefix }} object to the `{{ trait_name }}` trait.
pub struct {{ wrapper_name }} {
    inner: {{ foreign_type }},
    cached_name: String,
}