Skip to content

Feature request: Ability to call functions on members, e.g. PathBuf::display() (was: How to display path members?) #11

@matthiasbeyer

Description

@matthiasbeyer

Consider:

pub struct Some(PathBuf);

How to derive Display for it? Is there some way to specify that the code needs to call .display() on the member?

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