pub fn arbitrary_precision_deserialize_workaround<T>(
bytes: &[u8],
) -> Result<T, Error>where
T: DeserializeOwned,
Expand description
Deserialize bytes into T. It looks for arbitrary_precision feature as a temporary workaround for https://github.com/tomusdrw/rust-web3/issues/460.