pub fn build_ca_path<'a, S: AsRef<str>, I: IntoIterator<Item = S>>(
    name: &'a str,
    ca_hash: &CAHash,
    references: I,
    self_reference: bool
) -> Result<StorePathRef<'a>, BuildStorePathError>
Expand description

This builds a store path from a CAHash and a list of references.