Function from_sri

Source
pub fn from_sri<'de, D>(str: &str) -> Result<[u8; 32], D::Error>
where D: Deserializer<'de>,