Reduce vault code duplication with macros
This commit is contained in:
parent
d7e19b5eca
commit
ff56bb2678
3 changed files with 424 additions and 792 deletions
|
|
@ -160,7 +160,7 @@ impl State {
|
|||
}
|
||||
}
|
||||
|
||||
vault.set_euph_cookies(cookie_jar);
|
||||
vault.euph_set_cookies(cookie_jar);
|
||||
}
|
||||
|
||||
async fn connect(vault: &EuphVault, name: &str) -> anyhow::Result<Option<(ConnTx, ConnRx)>> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue