libsecret

Function password_search_future

Source
pub async fn password_search_future(
    schema: Option<&Schema>,
    attributes: HashMap<&str, &str>,
    flags: SearchFlags,
) -> Result<Vec<Retrievable>, Error>
Available on crate feature v0_19 only.