Skip to content

Categories of access rights #59

Description

@l0kod

To make it easier to use, it would be nice to have a way to group access rights into categories.

This could look like:

pub enum AccessCategory<A>
where
    A: Access,
{
    All,
    Read,
    Write,
    Custom(A),
}

The Read and Write primitives may not apply well to non-filesystem actions though... 🤔

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions