Function extract_func_info

Source
pub fn extract_func_info(
    item: &Item,
) -> Result<(&Item, &FnDecl, &Block), MacroError>