[][src]Trait abscissa_core::path::SecretsPath

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

Path to the application's secrets directory

Required methods

fn secrets(&self) -> &AbsPath

Get the path to the application's secrets directory

Loading content...

Implementors

impl SecretsPath for StandardPaths[src]

Loading content...