Skip to content

Add helper attribute to ignore arguments #188

Description

@ModProg

This is related to e.g. #67, but for the simple usecase of just wanting to ignore one or two arguments, something like

#[cached]
fn hello(a: usize, #[cached(skip)] b: String) 

would be nicer to use IMO.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions