[][src]Type Definition password_store::Result

type Result<T> = Result<T, Error>;

Result type returned by the PasswordStore methods.