Function impl_fn

Source
pub fn impl_fn(
    context: &str,
    func_name_ident: &str,
    args: &str,
    serialize_result: bool,
    ignore: &[String],
) -> TokenStream
Expand description

gen method or body(if func_name_ident is empty)