pub fn supported_by_digest(digest: &str) -> Option<&'static SupportedToolchain>Expand description
Return the SupportedToolchain entry whose header_digest matches the
given lowercase-hex SHA-256 string, if any.
pub fn supported_by_digest(digest: &str) -> Option<&'static SupportedToolchain>Return the SupportedToolchain entry whose header_digest matches the
given lowercase-hex SHA-256 string, if any.