lucab / libsystemd-rs

A pure-Rust client library to work with systemd
https://crates.io/crates/libsystemd
Other
106 stars 19 forks source link

credentials: use internal Context helper to simplify error handling #133

Closed dfreese closed 1 year ago

dfreese commented 1 year ago

This builds off of the Context trait introduced in #128, and implements it for the credentials module. Everything else is a direct translation of the existing error message.