mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 04:46:29 +03:00
iroh::NodeAddr renamed to iroh::EndpointAddr
This commit is contained in:
@@ -351,7 +351,7 @@ pub async fn get_backup2(
|
|||||||
/// This is a long running operation which will return only when completed.
|
/// This is a long running operation which will return only when completed.
|
||||||
///
|
///
|
||||||
/// Using [`Qr`] as argument is a bit odd as it only accepts specific variant of it. It
|
/// Using [`Qr`] as argument is a bit odd as it only accepts specific variant of it. It
|
||||||
/// does avoid having [`iroh::NodeAddr`] in the primary API however, without
|
/// does avoid having [`iroh::EndpointAddr`] in the primary API however, without
|
||||||
/// having to revert to untyped bytes.
|
/// having to revert to untyped bytes.
|
||||||
pub async fn get_backup(context: &Context, qr: Qr) -> Result<()> {
|
pub async fn get_backup(context: &Context, qr: Qr) -> Result<()> {
|
||||||
match qr {
|
match qr {
|
||||||
|
|||||||
Reference in New Issue
Block a user