pub type CredentialsReceiver = Receiver<Option<HashMap<String, String>>>;Expand description
Type alias for credentials properties receiver
None= not yet fetched, should waitSome(HashMap)= fetched (may be empty if no auth needed)
Aliased Typeยง
pub struct CredentialsReceiver { /* private fields */ }