Skip to main content

MemoryFileCollection

Type Alias MemoryFileCollection 

Source
pub type MemoryFileCollection = HashMap<String, MemoryFileInfo>;
Expand description

A collection of files created or used inside a memory-backed I/O provider.

Aliased Typeยง

pub struct MemoryFileCollection { /* private fields */ }