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
TelemetryError::Iofor filesystem failures (parent-dir creation, file write).TelemetryError::Serdefor serialisation failures.