Trait ethabi::ParseLog [−][src]
trait common to things (events) that have an associated Log
type
that can be parsed from a RawLog
Associated Types
Loading content...Required methods
fn parse_log(&self, log: RawLog) -> Result<Self::Log>
[src]
parse the associated Log
type from a RawLog