Type Definition cargo_include_licenses::Licenses[][src]

type Licenses = Box<dyn Iterator<Item = (String, PathBuf, Box<dyn Iterator<Item = PathBuf>>)>>;
Expand description

Includes (name, root path, license paths)