hyperlane_log

Trait LogFuncTrait

Source
pub trait LogFuncTrait:
    Fn(&String) -> String
    + Send
    + Sync
    + 'static { }

Implementors§

Source§

impl<T> LogFuncTrait for T
where T: Fn(&String) -> String + Send + Sync + 'static,