pub trait ContextData:
Send
+ Sync
+ Clone
+ Hash
+ Eq
+ 'static { }Expand description
Represents the user session - or whatever other context the PolicyAgent Needs to perform it’s evaluation.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.