Trait tauri_runtime::MenuId[][src]

pub trait MenuId: Serialize + Hash + Eq + Debug + Clone + Send + Sync + 'static { }
Expand description

A type that can be derived into a menu id.

Implementors