WatchedCredentialRef

Type Alias WatchedCredentialRef 

Source
type WatchedCredentialRef = Arc<Mutex<HashMap<String, (Vec<u8>, PermissionMode)>>>;

Aliased Typeยง

struct WatchedCredentialRef { /* private fields */ }