pub fn parse_log<D>(log: Log) -> Result<D, Error>where D: EthLogDecode,
Attempt to parse a log into a specific output type.