libsecret

Function password_store_binary

Source
pub fn password_store_binary<P: FnOnce(Result<(), Error>) + 'static>(
    schema: Option<&Schema>,
    attributes: HashMap<&str, &str>,
    collection: Option<&str>,
    label: &str,
    value: &Value,
    cancellable: Option<&impl IsA<Cancellable>>,
    callback: P,
)
Available on crate feature v0_19 only.