Skip to content

Multiple implementation #5

Description

@noau

It's possible that a trait might have serveral different sets of implementation, like:

declarative_enum_dispatch::enum_dispatch! {
	trait T { ... }

	enum ImplA { ... }
	
	enum ImplB { ... }
}

Current implementation doesn't support this.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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