hyperlane

Type Alias BoxLogFunc

Source
pub type BoxLogFunc = Box<dyn LogFuncTrait<Output = String>>;

Aliased Typeยง

struct BoxLogFunc(/* private fields */);