pub type VirtualFs = IndexMap<VirtualPath, Bytes, FxBuildHasher>;Expand description
A raw mapping from paths to bytes.
Aliased Typeยง
pub struct VirtualFs { /* private fields */ }pub type VirtualFs = IndexMap<VirtualPath, Bytes, FxBuildHasher>;A raw mapping from paths to bytes.
pub struct VirtualFs { /* private fields */ }