Trait Alias BuildBoxLogSinkerTrait

Source
trait BuildBoxLogSinkerTrait = FnMut(SinkParam, SinkWriterParam) -> BoxLogSinker
    + Send
    + 'static;