Trait tauri::MenuId[][src]

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

A type that can be derived into a menu id.

Implementors