Function tugger_licensing_net::generate_aggregate_license_text[][src]

pub fn generate_aggregate_license_text<'a>(
    components: impl Iterator<Item = &'a LicensedComponent>,
    client: &Client,
    preamble: &str
) -> Result<String>

Generates text content describing the licensing of all components.

preamble is introductory text that will be printed before the automatically generated text.