Skip to main content

read

Function read 

Source
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