hyperlane_log/log/
trait.rs

1pub trait LogFuncTrait<T: ToString>: Fn(T) -> String + Send + Sync {}