Type Alias remi_fs::FilesystemStorageConfig
source · pub type FilesystemStorageConfig = Config;👎Deprecated since 0.5.0:
FilesystemStorageConfig was renamed to ConfigAliased Type§
struct FilesystemStorageConfig {
pub directory: PathBuf,
}Fields§
§directory: PathBufPathBuf to the directory where remi-fs can locate files from with the ./ prefix.