pub trait BuilderAuthenticator:
Keystore
+ From<FilesystemKeyStore>
+ 'static { }Expand description
Marker trait to capture the bounds the builder requires for the authenticator type parameter.
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.
Implementors§
impl<T> BuilderAuthenticator for T
Available on crate feature
std only.