Expand description

The Tauri custom commands types and traits.

You usually don’t need to create these items yourself. These are created from command attribute macro along the way and used by crate::generate_handler macro.

Structs

Represents a custom command.

Traits

Trait implemented by command arguments to derive a value from a CommandItem.