pub fn parse_log<D>(log: Log) -> Result<D, Error>where
    D: EthLogDecode,
Expand description

Attempt to parse a log into a specific output type.