Function build_fs_tree::program::main::run [−][src]
pub fn run<Tree, Path>(target: &Path) -> Result<(), String> where
Tree: Build<Path, Error, Path = Path> + Node + DeserializeOwned,
Tree::DirectoryContent: IntoIterator<Item = (Path, Tree)>,
Path: Debug + Ord,
Read a YAML from stdin and build a filesystem tree.