Type Alias buildsrs_backend::Files

source ·
pub type Files = BTreeMap<PathBuf, Bytes>;
Expand description

Mapping of file path to content

Aliased Type§

struct Files { /* private fields */ }