Trait gabriel2::SSSD

source ·
pub trait SSSD: Send + Sync + Debug + 'static { }

Implementors§

source§

impl<S> SSSD for S
where S: Send + Sync + Debug + 'static,