Type Definition woodpecker::handlers::Handler [] [src]

type Handler = Box<Fn(&Record) + Send + Sync>;

Type of the log handlers function.

Pushes a log record into a log sink.