fn direct_key_certification_dirs_from_dir(
path: impl AsRef<Path>,
) -> Result<Vec<DirectKeyCertificationDir>, Error>Expand description
Creates a list of direct key certification directories from a directory.
ยงErrors
Returns an error if
pathdoes not have a subdirectory namedCERTIFICATION_DIR, or reading entries from that subdirectory fails,- the
CERTIFICATION_DIRsubdirectory contains paths that are not directories, - or creating a
DirectKeyCertificationDirfrom one of the paths in theCERTIFICATION_DIRsubdirectory fails.