Trait DisplayLog

Source
trait DisplayLog {
    // Required method
    fn display(&self) -> String;
}
Expand description

Format the alloy Log RPC type in a way to make it easy to find the event in an explorer.

Required Methods§

Source

fn display(&self) -> String

Implementations on Foreign Types§

Source§

impl DisplayLog for Log

Source§

fn display(&self) -> String

Implementors§