Skip to main content

create_binding_ident

Function create_binding_ident 

Source
pub fn create_binding_ident(ident: Ident) -> BindingIdent
Expand description

Creates a BindingIdent from an Ident.

§Arguments

  • ident - The identifier to create a binding for

§Example

let binding_ident = create_binding_ident(ident);