pub type FilesystemStorageConfig = Config;
👎Deprecated since 0.5.0: FilesystemStorageConfig was renamed to Config

Aliased Type§

struct FilesystemStorageConfig {
    pub directory: PathBuf,
}

Fields§

§directory: PathBuf

PathBuf to the directory where remi-fs can locate files from with the ./ prefix.