pub fn read(path: &Path) -> Result<Option<Consent>, TelemetryError>Expand description
Read the consent file. Ok(None) when the file does not exist —
callers should treat that as ConsentState::Unset.
§Errors
TelemetryError::Iofor filesystem failures other than “not found.”TelemetryError::Serdefor malformed TOML or unknown schema versions.