Function ethers_core::utils::parse_bytes32_string [−][src]
pub fn parse_bytes32_string(bytes: &[u8; 32]) -> Result<&str, Utf8Error>
Expand description
Returns the decoded string represented by the bytes32 encoded data.