type WatchedCredentialRef = Arc<Mutex<Option<HashMap<String, Vec<u8>>>>>;

Aliased Type§

struct WatchedCredentialRef { /* private fields */ }