logo
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