Function sync_pull_key

Source
pub async fn sync_pull_key<D: DatabaseClient + Sync + Send, R: AsyncRead + Unpin, W: AsyncWrite + Unpin>(
    db: &mut D,
    keyring: &Keyring,
    fp: &Fingerprint,
    dry_run: bool,
    tx: W,
    rx: &mut BufReader<R>,
) -> Result<()>