Skip to main content

trait_member_c_wrapper_ident

Function trait_member_c_wrapper_ident 

Source
pub(crate) fn trait_member_c_wrapper_ident(
    type_ident: &Ident,
    trait_name: &Ident,
    member_ident: &Ident,
) -> Ident
Expand description

Same as trait_member_c_wrapper_string, as a syn::Ident for Rust token generation.