Trait casbin::EventKey

source ·
pub trait EventKey: Hash + PartialEq + Eq + Send + Sync { }

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T> EventKey for T
where T: Hash + PartialEq + Eq + Send + Sync,