pub fn conditional_replace(
path: &Path,
contents: &[u8],
options: &ConditionalReplaceOptions,
) -> Result<ConditionalReplaceReceipt>Expand description
Replace a complete file payload under a canonical-path cross-process lock.
pub fn conditional_replace(
path: &Path,
contents: &[u8],
options: &ConditionalReplaceOptions,
) -> Result<ConditionalReplaceReceipt>Replace a complete file payload under a canonical-path cross-process lock.