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

impl<T> MenuId for T where
    T: Serialize + Hash + Eq + Debug + Clone + Send + Sync + 'static, 
[src]

Loading content...