fn parse_arch_array<'a>(
    keyword: &Keyword,
    value: &'a Value,
) -> Result<Architectures, BridgeError>Expand description
Parses a Value as Architectures.
§Errors
Returns an error for keyword if value cannot be parsed as either a stand-alone “any” or a
list of SystemArchitecture.