read_and_validate_manifest

Function read_and_validate_manifest 

Source
pub fn read_and_validate_manifest(
    data: &Data,
    dependencies: &mut DirectedGraph<DependencyNode>,
) -> Result<ComponentDecl, ResolverError>