Skip to main content

r_wrapper_const_ident_for

Function r_wrapper_const_ident_for 

Source
pub(crate) fn r_wrapper_const_ident_for(rust_ident: &Ident) -> Ident
Expand description

Identifier for the generated const &str holding the R wrapper source.

Returns R_WRAPPER_{RUST_IDENT} (uppercased).