Macros§
- impl_
trait - Takes the name of a trait and an impl block, and emits a ghost struct that
implements that trait using the provided fn signatures—stripping away any
generics and arguments with
tauri
as the first path segment.
Attribute Macros§
- invoke_
bindings - Apply this to a trait, and generate an implementation for it’s fns in the
same scope that call
invoke
using the fn name as the command
Derive Macros§
- Events
- Examples