pub trait SecretsPath {
    fn secrets(&self) -> &AbsPath;
}
Expand description

Path to the application’s secrets directory

Required Methods§

Get the path to the application’s secrets directory

Implementors§