pub type ArcLogFunc<T> = Arc<dyn LogFuncTrait<T, Output = String>>;
struct ArcLogFunc<T> { /* private fields */ }