fn get_credential_libsecret() -> CargoResult<&'static LibSecretCredential>
Expand description
Retrieves a cached instance of LibSecretCredential
.
Must be cached to avoid repeated load/unload cycles, which are not supported by glib
.
fn get_credential_libsecret() -> CargoResult<&'static LibSecretCredential>
Retrieves a cached instance of LibSecretCredential
.
Must be cached to avoid repeated load/unload cycles, which are not supported by glib
.