Skip to main content

read_from

Function read_from 

Source
pub fn read_from(path: &Path) -> Option<Credential>
Expand description

Read whichever credential shape a harness wrote into path.

A missing or malformed file yields None rather than an error: one broken harness must not mask a working one further down the list.