pub trait LogFuncTrait<T: ToString>: Fn(T) -> String + Send + Sync { }
Blanket implementation for any function matching LogFuncTrait signature.