pub trait SubjectIdentifierType:
Debug
+ DeserializeOwned
+ Serialize
+ 'static { }
Expand description
Subject identifier type returned by an OpenID Connect Provider to uniquely identify its users.
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.