iced icon indicating copy to clipboard operation
iced copied to clipboard

command::Action is used in the public API but is not re-exported

Open dataphract opened this issue 2 months ago • 0 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues.

Is this issue related to iced?

  • [X] My hardware is compatible and my graphics drivers are up-to-date.

What happened?

iced_runtime::command::Action is used as a parameter to Command::new and in the return value of Command::actions, but unlike Command it can't be used without adding a direct dependency on iced_runtime. This also causes broken or missing links in the rustdoc (see the Command docs).

What is the expected behavior?

Action should be useable from e.g. iced::command::Action.

Version

crates.io release

Operating System

Linux

Do you have any log output?

No response

dataphract avatar Apr 12 '24 04:04 dataphract