Function pimsync::save_item_to_tempfile
source ยท pub(crate) async fn save_item_to_tempfile<I: Item>(
storage: &dyn Storage<I>,
href: &str,
) -> Result<(NamedTempFile, Etag)>
pub(crate) async fn save_item_to_tempfile<I: Item>(
storage: &dyn Storage<I>,
href: &str,
) -> Result<(NamedTempFile, Etag)>