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, }