Function keyring::secret_service::get_collection

source ·
pub fn get_collection<'a>(
    ss: &'a SecretService<'_>,
    name: &str
) -> Result<Collection<'a>>
Expand description

Find the secret service collection whose label is the given name.

The name default is treated specially and is interpreted as naming the default collection regardless of its label (which might be different).