[][src]Function near_bindgen_core::process_impl

pub fn process_impl(item_impl: &ItemImpl, attr: TokenStream2) -> TokenStream2

Processes impl section of the struct.

Args:

item_impl -- tokens representing impl .. {} body; attr -- tokens representing attributes of the macro.