Type Alias anchor_cli::Files

source ·
pub type Files = Vec<(PathBuf, String)>;
Expand description

Array of (path, content) tuple.

Aliased Type§

struct Files { /* private fields */ }