Skip to main content

write

Function write 

Source
pub fn write(path: &Path, consent: &Consent) -> Result<(), TelemetryError>
Expand description

Write the consent file. Parent directories are created on demand. The write is not atomic at v0.4 — callers concerned about torn writes implement their own staging on top.

§Errors